diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-06-30 15:42:46 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-06-30 15:42:46 +0200 |
commit | ff74ee7c91ff27350da267a1d9145eaba85a01a6 (patch) | |
tree | fc07cbcf855cd61fc5043a513b22c1f7886fd277 | |
parent | 9ce556d25f58ffae2f7937ab763f84118a6c6464 (diff) | |
download | rpg-ff74ee7c91ff27350da267a1d9145eaba85a01a6.tar.gz rpg-ff74ee7c91ff27350da267a1d9145eaba85a01a6.tar.bz2 |
move down the message area
-rw-r--r-- | lib/tpl/dokuwiki/tpl_header.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/tpl_header.php b/lib/tpl/dokuwiki/tpl_header.php index 1d2517ee1..f2e720308 100644 --- a/lib/tpl/dokuwiki/tpl_header.php +++ b/lib/tpl/dokuwiki/tpl_header.php @@ -1,7 +1,6 @@ <!-- ********** HEADER ********** --> <div id="dokuwiki__header"><div class="pad group"> - <?php html_msgarea() ?> <?php tpl_includeFile('header.html') ?> <div class="headings group"> @@ -77,5 +76,7 @@ </div> <?php endif ?> + <?php html_msgarea() ?> + <hr class="a11y" /> </div></div><!-- /header --> |