From 9d6fe204c8b7d8b4d34ba4abc78504a602822756 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 9 Sep 2013 14:11:05 +0800 Subject: Bug 912546: page title is no longer displayed in the header --- template/en/default/global/header.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template/en') 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 @@
+[%# 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/') +%] +

[% header FILTER none %]

+[% END %] + [% IF Param('announcehtml') %] [% Param('announcehtml') FILTER none %] [% END %] -- cgit v1.2.3-24-g4f1b