summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-14 19:25:27 +0200
committerJonas Smedegaard <dr@jones.dk>2013-10-12 13:31:32 +0200
commit5181c156a5ff8577d7acd775623e2be1cc75721c (patch)
treefa2157143435e099f030951c75e75038adbb2cf3 /page.tmpl
parent67b676bd50fb475c3b6c314942be14b4677e426b (diff)
Move sidebar below content.
Diffstat (limited to 'page.tmpl')
-rw-r--r--page.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/page.tmpl b/page.tmpl
index c886b22..44d3ac9 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -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>