diff options
-rw-r--r-- | page.tmpl | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -121,6 +121,14 @@ <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> +<TMPL_UNLESS DYNAMIC> +<TMPL_IF TOPBAR> +<div class="topbar"> +<TMPL_VAR TOPBAR> +</div> +</TMPL_IF> +</TMPL_UNLESS> + <div id="pagebody"> <TMPL_IF HTML5><section<TMPL_ELSE><div</TMPL_IF> id="content" role="main"> @@ -156,6 +164,12 @@ <TMPL_VAR SIDEBAR> <TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> + +<TMPL_IF FARBAR> +<TMPL_IF HTML5><aside class="farbar"><TMPL_ELSE><div class="farbar"></TMPL_IF> +<TMPL_VAR FARBAR> +<TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> +</TMPL_IF> </TMPL_UNLESS> <TMPL_IF HTML5><footer<TMPL_ELSE><div</TMPL_IF> id="footer" class="pagefooter" role="contentinfo"> |