diff options
-rw-r--r-- | page.tmpl | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -124,6 +124,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 id="content"><TMPL_ELSE><div id="content"></TMPL_IF> @@ -159,6 +167,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 id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF> |