diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-14 19:29:31 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-03-24 10:08:34 +0100 |
commit | 951915f67836cdba60d4cb1c046c0cd9719331ea (patch) | |
tree | 23c2fd6f9a37656baddc7a8699c136db27eef4db | |
parent | b3467ec42530d176711de9c5e1631467822cf9cc (diff) |
add topbar and farbar
-rw-r--r-- | page.tmpl | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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"> |