summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-14 19:29:31 +0200
committerJonas Smedegaard <dr@jones.dk>2013-10-12 13:34:06 +0200
commitbe02494a25d8555abc7217ae08b2d8677b4acce1 (patch)
tree002bfce52163f0d27b138bb7b70f8eb723d95cc3
parent5181c156a5ff8577d7acd775623e2be1cc75721c (diff)
Add topbar and farbar.
-rw-r--r--page.tmpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/page.tmpl b/page.tmpl
index 44d3ac9..2e2670f 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -124,6 +124,14 @@
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
+<TMPL_UNLESS DYNAMIC>
+<TMPL_IF TOPBAR>
+<div class="topbar">
+<TMPL_VAR TOPBAR>
+</div>
+</TMPL_IF>
+</TMPL_UNLESS>
+
<div id="pagebody">
<TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
@@ -159,6 +167,12 @@
<TMPL_VAR SIDEBAR>
<TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
+
+<TMPL_IF FARBAR>
+<TMPL_IF HTML5><aside class="farbar"><TMPL_ELSE><div class="farbar"></TMPL_IF>
+<TMPL_VAR FARBAR>
+<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>