summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-14 19:29:31 +0200
committerJonas Smedegaard <dr@jones.dk>2021-03-24 10:08:34 +0100
commit951915f67836cdba60d4cb1c046c0cd9719331ea (patch)
tree23c2fd6f9a37656baddc7a8699c136db27eef4db
parentb3467ec42530d176711de9c5e1631467822cf9cc (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 24ff984..48189c9 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -121,6 +121,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<TMPL_ELSE><div</TMPL_IF> id="content" role="main">
@@ -156,6 +164,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<TMPL_ELSE><div</TMPL_IF> id="footer" class="pagefooter" role="contentinfo">