diff options
-rw-r--r-- | tpl_header.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl_header.php b/tpl_header.php index d782c051a..5d49f125d 100644 --- a/tpl_header.php +++ b/tpl_header.php @@ -1,9 +1,9 @@ -<?php html_msgarea() /* occasional error and info messages on top of the page */ ?> -<?php _tpl_include('header.html') ?> - <!-- ********** HEADER ********** --> <div id="dokuwiki__header"><div class="pad group"> + <?php html_msgarea() /* occasional error and info messages on top of the page */ ?> + <?php _tpl_include('header.html') ?> + <div class="headings group"> <h1><?php tpl_link( wl(), |