diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-27 00:38:14 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-27 00:38:14 +0000 |
commit | 82459785189c2ebdc462873f4096a66e6534b7f9 (patch) | |
tree | b2d8e187c86d9eb02340af13b7ca0a53022da513 /tpl_header.php | |
parent | 4e06fea2fb33898717a689daf73b36460c8796d7 (diff) | |
download | rpg-82459785189c2ebdc462873f4096a66e6534b7f9.tar.gz rpg-82459785189c2ebdc462873f4096a66e6534b7f9.tar.bz2 |
moved msgarea further down to avoid clash with the user tools
Diffstat (limited to 'tpl_header.php')
-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(), |