summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-01-15 22:46:54 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-01-15 22:46:54 +0100
commit4fb57987a6b8182a38a5cfe3eca9adc7573bb604 (patch)
tree0c0b959f957898b6cdde4e6d296a69ee7b67370a /template/en/default/global
parent82fa43fb6469c62954201a5502a78b02c7f44848 (diff)
downloadbugzilla-4fb57987a6b8182a38a5cfe3eca9adc7573bb604.tar.gz
bugzilla-4fb57987a6b8182a38a5cfe3eca9adc7573bb604.tar.xz
Bug 829709 - Do not load CSS files from all skins by default
https://bugzilla.mozilla.org/show_bug.cgi?id=8298709
Diffstat (limited to 'template/en/default/global')
-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 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 %]