From 0515a6a5f5958753465ced007c3e931656297161 Mon Sep 17 00:00:00 2001
From: Lunar <lunar@anargeek.net>
Date: Sat, 18 May 2013 09:52:45 +0200
Subject: [PATCH] =?utf8?q?Soyons=20sympa=20avec=20les=20navigateurs=20inte?=
 =?utf8?q?rpr=C3=A9tant=20le=20texte,=20mettons=20la=20sidebar=20=C3=A0=20?=
 =?utf8?q?la=20fin=20de=20la=20page?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 templates/page.tmpl | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/templates/page.tmpl b/templates/page.tmpl
index 13335fe..49d57a9 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -82,12 +82,6 @@
 
 <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
 
-<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>
@@ -111,6 +105,12 @@
 
 </div>
 
+<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_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>
-- 
2.39.5