summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2017-12-02 16:43:01 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-02 16:43:01 +0100
commitcea1ba1953ef1dab6c50f3237db9e858d3a55439 (patch)
treeb096dc612d25edeba659ae635b6c4fbc1481ae4c /template/en/default/global
parent95203b7664ccefac00ad1f05a62d2178f6573dd0 (diff)
downloadbugzilla-cea1ba1953ef1dab6c50f3237db9e858d3a55439.tar.gz
bugzilla-cea1ba1953ef1dab6c50f3237db9e858d3a55439.tar.xz
Bug 1420295 - Remove the Bugzilla version number from homepage
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/header.html.tmpl10
1 files changed, 1 insertions, 9 deletions
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 <body>
# 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;
%]
+ <meta name="generator" content="[% terms.Bugzilla _ " " _ constants.BUGZILLA_VERSION FILTER html %]">
<meta name="bugzilla-global" content="dummy"
id="bugzilla-global" data-bugzilla="[% json_encode(js_BUGZILLA) FILTER html %]">
<title>[% title %]</title>
@@ -331,13 +330,6 @@
</tr>
</table>
- [%# display the version number on the index page %]
- [% IF title == "$terms.Bugzilla Main Page" %]
- <div id="bugzilla_version">
- [% header_addl_info FILTER html %]
- </div>
- [% END %]
-
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
</div>