Changeset 2670:27aac7dcd0e6 for inc/public
- Timestamp:
- 02/23/14 10:17:41 (11 years ago)
- Branch:
- default
- Location:
- inc/public/default-templates/currywurst
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_footer.html
r2621 r2670 1 1 <p id="gotop"><a href="#top">Haut de page</a></p> 2 2 3 <div id="footer" role="contentinfo"> 4 <div id="blogcustom"> 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> 5 6 {{tpl:Widgets type="custom"}} 6 7 </div> <!-- End #custom widgets --> -
inc/public/default-templates/currywurst/_sidebar.html
r2669 r2670 1 <div id="sidebar" role="complementary"> 2 <div id="blognav"> 1 <div class="sidebar" id="sidebar" role="complementary"> 2 <div class="widgets blognav__widgets" id="blognav"> 3 <h2 class="blognav__title">{{tpl:lang Blog menu}}</h2> 3 4 {{tpl:Widgets type="nav"}} 4 5 </div> <!-- End #blognav --> 5 <div id="blogextra"> 6 <div class="widgets blogextra__widgets" id="blogextra"> 7 <h2 class="blogextra__title">{{tpl:lang Extra menu}}</h2> 6 8 {{tpl:Widgets type="extra"}} 7 9 </div> <!-- End #blogextra -->
Note: See TracChangeset
for help on using the changeset viewer.