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(-)
master
Svend Sorensen 2009-02-05 12:37:36 -08:00 committed by Joey Hess
parent 971df8889b
commit a71690607a
1 changed files with 2 additions and 0 deletions

View File

@ -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>