diff options
-rw-r--r-- | template/en/default/global/header.html.tmpl | 5 |
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 08533ef95..b20070937 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -37,6 +37,10 @@ # atomlink: Atom link URL, May contain HTML #%] +[% IF message %] + [% PROCESS global/messages.html.tmpl %] +[% END %] + [% DEFAULT subheader = "" header_addl_info = "" @@ -293,7 +297,6 @@ [% END %] [% IF message %] - [% PROCESS global/messages.html.tmpl %] <div id="message">[% message %]</div> [% END %] |