aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/header.tpl')
-rw-r--r--admin/themes/default/template/header.tpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index 7bef274d9..5fff97ec7 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -39,6 +39,14 @@
<div id="the_page">
+{if not empty($header_msgs)}
+<div class="header_msgs">
+ {foreach from=$header_msgs item=elt}
+ {$elt}
+ {/foreach}
+</div>
+{/if}
+
<div id="pwgHead">
<h1>
<a href="{$U_RETURN}" title="{'Visit Gallery'|@translate}">
@@ -58,14 +66,6 @@
<div style="clear:both;"></div>
-{if not empty($header_msgs)}
-<div class="header_msgs">
- {foreach from=$header_msgs item=elt}
- {$elt}
- {/foreach}
-</div>
-{/if}
-
<div id="theHeader">{*$PAGE_BANNER*}</div>
{if not empty($header_notes)}