summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
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>