diff options
-rw-r--r-- | page.tmpl | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -121,14 +121,6 @@ <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> -<TMPL_UNLESS DYNAMIC> -<TMPL_IF SIDEBAR> -<TMPL_IF HTML5><aside class="sidebar"><TMPL_ELSE><div class="sidebar"></TMPL_IF> -<TMPL_VAR SIDEBAR> -<TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> -</TMPL_IF> -</TMPL_UNLESS> - <div id="pagebody"> <TMPL_IF HTML5><section<TMPL_ELSE><div</TMPL_IF> id="content" role="main"> @@ -158,6 +150,14 @@ </div> +<TMPL_UNLESS DYNAMIC> +<TMPL_IF SIDEBAR> +<TMPL_IF HTML5><aside class="sidebar"><TMPL_ELSE><div class="sidebar"></TMPL_IF> +<TMPL_VAR SIDEBAR> +<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"> <TMPL_UNLESS DYNAMIC> <TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF> |