aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-10 15:15:44 -0400
committerJoey Hess <joey@kitenet.net>2010-06-10 15:16:22 -0400
commit1609da8f00e29c580e92fd1d3c2b093cbc41d20e (patch)
tree3ed717a2341556527d0eb19e9151b6081ceeac0b /templates
parent04ff998c51b578017edf369e0dfc2dc7c63d8071 (diff)
downloadikiwiki-1609da8f00e29c580e92fd1d3c2b093cbc41d20e.tar
ikiwiki-1609da8f00e29c580e92fd1d3c2b093cbc41d20e.tar.gz
I'm told that the pagebody div should be after the sidebar.
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 24db9a594..da8c2940f 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -106,14 +106,14 @@
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
-<div id="pagebody">
-
<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>
+<div id="pagebody">
+
<TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>