summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-14 19:25:27 +0200
committerJonas Smedegaard <dr@jones.dk>2021-03-23 23:09:11 +0100
commitb3467ec42530d176711de9c5e1631467822cf9cc (patch)
tree61d8dfb8a722e87cc0bfcfad5c13d9182951c1c8
parent9170baeee968e75728a57acd02672f3767c07d7e (diff)
move sidebar below content
-rw-r--r--page.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/page.tmpl b/page.tmpl
index a1991f6..24ff984 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -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>