diff options
-rw-r--r-- | template/en/default/global/header.html.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index fae10996d..489d1c0f6 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -364,6 +364,14 @@ <div id="bugzilla-body"> +[%# in most cases the "header" variable provides redundant information, however + # there are exceptions where not displaying this text is problematic. %] +[% IF user.settings.skin.value == 'Mozilla' + && template.name.match('^attachment/') +%] + <h2>[% header FILTER none %]</h2> +[% END %] + [% IF Param('announcehtml') %] [% Param('announcehtml') FILTER none %] [% END %] |