summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/tpl_header.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-06-30 15:42:46 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-06-30 15:42:46 +0200
commitff74ee7c91ff27350da267a1d9145eaba85a01a6 (patch)
treefc07cbcf855cd61fc5043a513b22c1f7886fd277 /lib/tpl/dokuwiki/tpl_header.php
parent9ce556d25f58ffae2f7937ab763f84118a6c6464 (diff)
downloadrpg-ff74ee7c91ff27350da267a1d9145eaba85a01a6.tar.gz
rpg-ff74ee7c91ff27350da267a1d9145eaba85a01a6.tar.bz2
move down the message area
Diffstat (limited to 'lib/tpl/dokuwiki/tpl_header.php')
-rw-r--r--lib/tpl/dokuwiki/tpl_header.php3
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 -->