diff options
author | Svend Sorensen <svend@ciffer.net> | 2009-02-05 12:37:36 -0800 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-05 16:00:25 -0500 |
commit | a71690607ac7a981d028ad9b16fa521659fec09a (patch) | |
tree | 225f397b216f555c7105ee79ca2218de98ca2dfa /templates | |
parent | 971df8889b46f314afb6d4e2e052c8ee7738b756 (diff) |
Add pageheader div to misc.tmpl
Add pageheader div so that misc.tmpl is consistent with page.tmpl. ---
templates/misc.tmpl | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/misc.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/misc.tmpl b/templates/misc.tmpl index 7f65217d1..0de56edeb 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -17,11 +17,13 @@ </head> <body> +<div class="pageheader"> <div class="header"> <span> <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE> </span> </div> +</div> <!-- .pageheader --> <div id="content"> <TMPL_VAR PAGEBODY> |