summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/global/header.html.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 0858edd98..dceb44db9 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -22,6 +22,10 @@
# atomlink: Atom link URL, May contain HTML
#%]
+[% IF message %]
+ [% PROCESS global/messages.html.tmpl %]
+[% END %]
+
[% DEFAULT
subheader = ""
header_addl_info = ""
@@ -278,7 +282,6 @@
[% END %]
[% IF message %]
- [% PROCESS global/messages.html.tmpl %]
<div id="message">[% message %]</div>
[% END %]