summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-03 21:37:53 +0100
committerGravatar Tom Willemsen2012-11-03 21:37:53 +0100
commit01c79a004bb05ad26adbb366243bbd0198913f96 (patch)
treefd719ba9d54b740a61149e483d6c9d0c3fc98bb5 /templates
parentdd8a8962db1f18307c6b2940ec1885f9fd61e87a (diff)
downloadsite-01c79a004bb05ad26adbb366243bbd0198913f96.tar.gz
site-01c79a004bb05ad26adbb366243bbd0198913f96.zip
Place the footer inside the container
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 74294f0..ad3f99b 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -62,7 +62,7 @@
</TMPL_IF>
</ul>
</TMPL_IF>
- </div>
+ </div>
</div>
</div>
@@ -114,7 +114,7 @@
<div class="row">
<div class="span10">
</TMPL_IF>
-
+
<TMPL_VAR CONTENT>
<TMPL_UNLESS DYNAMIC>
@@ -140,8 +140,6 @@
</div>
</TMPL_IF>
-</div>
-
<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>
@@ -200,7 +198,7 @@ Last edited <TMPL_VAR MTIME>
<!-- from <TMPL_VAR WIKINAME> -->
<TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF>
-<TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF>
+</div>
</body>
</html>