From cea1ba1953ef1dab6c50f3237db9e858d3a55439 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sat, 2 Dec 2017 10:43:01 -0500 Subject: Bug 1420295 - Remove the Bugzilla version number from homepage --- template/en/default/global/header.html.tmpl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 6d5d54a48..90cdbd4e8 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -26,7 +26,6 @@ # title: string. Page title. # header: string. Main page header. # subheader: string. Page subheader. - # header_addl_info: string. Additional header information. # bodyclasses: array of extra CSS classes for the # onload: string. JavaScript code to run when the page finishes loading. # javascript: string. Javascript to go in the header. @@ -48,7 +47,6 @@ [% DEFAULT subheader = "" - header_addl_info = "" onload = "" style_urls = [] no_yui = 0 @@ -126,6 +124,7 @@ END; %] + [% title %] @@ -331,13 +330,6 @@ - [%# display the version number on the index page %] - [% IF title == "$terms.Bugzilla Main Page" %] -
- [% header_addl_info FILTER html %] -
- [% END %] - [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %] -- cgit v1.2.3-24-g4f1b