added footer widget area to topic.tpl

v1.18.x
psychobunny 11 years ago
parent 71ea01edb7
commit acafa9095f

@ -8,7 +8,6 @@
<input type="hidden" template-variable="topic_name" value="{topic_name}" />
<input type="hidden" template-variable="postcount" value="{postcount}" />
<div class="topic">
<ol class="breadcrumb">
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
@ -307,3 +306,9 @@
</div>
</div>
<div widget-area="footer" class="col-xs-12">
<!-- BEGIN widgets -->
{widgets.html}
<!-- END widgets -->
</div>
Loading…
Cancel
Save