Skip to content

Commit

Permalink
Added Block Header and Footer Templates for New Block Locations
Browse files Browse the repository at this point in the history
For feature #707
  • Loading branch information
eSilverStrike committed Apr 15, 2018
1 parent 1aa3d47 commit f94fb36
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public_html/layout/denim/blockfooter-article_footer.thtml
@@ -0,0 +1,6 @@
{# begin {templatelocation} #}

</div>
</aside>

{# end {templatelocation} #}
6 changes: 6 additions & 0 deletions public_html/layout/denim/blockfooter-article_topic_list.thtml
@@ -0,0 +1,6 @@
{# begin {templatelocation} #}

</div>
</aside>

{# end {templatelocation} #}
7 changes: 7 additions & 0 deletions public_html/layout/denim/blockheader-article_footer.thtml
@@ -0,0 +1,7 @@
{# begin {templatelocation} #}

<aside{!if css_classes} class="{css_classes}"{!endif}{!if css_id} id="{css_id}"{!endif}>
<h3>{block_title}{!if help_url}<a class="blocktitle block-help-icon uk-icon-hover uk-icon-question-circle uk-icon-small" {gl-help-popup} href="{help_url}" title="{help_title}" target="_blank"></a>{!endif}</h3>
<div>

{# end {templatelocation} #}
7 changes: 7 additions & 0 deletions public_html/layout/denim/blockheader-article_topic_list.thtml
@@ -0,0 +1,7 @@
{# begin {templatelocation} #}

<aside{!if css_classes} class="{css_classes}"{!endif}{!if css_id} id="{css_id}"{!endif}>
<h3>{block_title}{!if help_url}<a class="blocktitle block-help-icon uk-icon-hover uk-icon-question-circle uk-icon-small" {gl-help-popup} href="{help_url}" title="{help_title}" target="_blank"></a>{!endif}</h3>
<div>

{# end {templatelocation} #}
@@ -0,0 +1,6 @@
{# begin {templatelocation} #}

</div>
</aside>

{# end {templatelocation} #}
@@ -0,0 +1,6 @@
{# begin {templatelocation} #}

</div>
</aside>

{# end {templatelocation} #}
@@ -0,0 +1,7 @@
{# begin {templatelocation} #}

<aside{!if css_classes} class="{css_classes}"{!endif}{!if css_id} id="{css_id}"{!endif}>
<h3>{block_title}{!if help_url}<a class="blocktitle block-help-icon uk-icon-hover uk-icon-question-circle uk-icon-small" {gl-help-popup} href="{help_url}" title="{help_title}" target="_blank"></a>{!endif}</h3>
<div>

{# end {templatelocation} #}
@@ -0,0 +1,7 @@
{# begin {templatelocation} #}

<aside{!if css_classes} class="{css_classes}"{!endif}{!if css_id} id="{css_id}"{!endif}>
<h3>{block_title}{!if help_url}<a class="blocktitle block-help-icon uk-icon-hover uk-icon-question-circle uk-icon-small" {gl-help-popup} href="{help_url}" title="{help_title}" target="_blank"></a>{!endif}</h3>
<div>

{# end {templatelocation} #}
@@ -0,0 +1,6 @@
{# begin {templatelocation} #}

</div>
</div>

{# end {templatelocation} #}
@@ -0,0 +1,6 @@
{# begin {templatelocation} #}

</div>
</div>

{# end {templatelocation} #}
@@ -0,0 +1,7 @@
{# begin {templatelocation} #}

<div{!if css_classes} class="{css_classes}"{!endif}{!if css_id} id="{css_id}"{!endif}>
<h3>{block_title}{!if help_url}<a class="blocktitle" {gl-help-popup} href="{help_url}" title="{help_title}" target="_blank"><img src="{layout_url}/images/button_help.png" alt="?" /></a>{!endif}</h3>
<div>

{# end {templatelocation} #}
@@ -0,0 +1,7 @@
{# begin {templatelocation} #}

<div{!if css_classes} class="{css_classes}"{!endif}{!if css_id} id="{css_id}"{!endif}>
<h3>{block_title}{!if help_url}<a class="blocktitle" {gl-help-popup} href="{help_url}" title="{help_title}" target="_blank"><img src="{layout_url}/images/button_help.png" alt="?" /></a>{!endif}</h3>
<div>

{# end {templatelocation} #}

0 comments on commit f94fb36

Please sign in to comment.