diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-14 19:25:27 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-10-12 13:31:32 +0200 |
commit | 5181c156a5ff8577d7acd775623e2be1cc75721c (patch) | |
tree | fa2157143435e099f030951c75e75038adbb2cf3 | |
parent | 67b676bd50fb475c3b6c314942be14b4677e426b (diff) |
Move sidebar below content.
-rw-r--r-- | page.tmpl | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -124,14 +124,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 id="content"><TMPL_ELSE><div id="content"></TMPL_IF> @@ -161,6 +153,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 id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF> <TMPL_UNLESS DYNAMIC> <TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF> |