Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_footer.html
r2670 r2772 2 2 3 3 <div class="footer" id="footer" role="contentinfo"> 4 <div class="widgets footer__widgets" id="blogcustom"> 5 <h2 class="blogcustom__title">{{tpl:lang Blog info}}</h2> 6 {{tpl:Widgets type="custom"}} 7 </div> <!-- End #custom widgets --> 4 <tpl:IfWidgets type="custom"> 5 <div class="widgets footer__widgets" id="blogcustom"> 6 <h2 class="blogcustom__title">{{tpl:lang Blog info}}</h2> 7 {{tpl:Widgets type="custom"}} 8 </div> <!-- End #custom widgets --> 9 </tpl:IfWidgets> 8 10 9 11 {{tpl:SysBehavior behavior="publicInsideFooter"}}
Note: See TracChangeset
for help on using the changeset viewer.