From e447615ccbc6a9625634cc4bb230749e4aad758a Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 3 Dec 2013 13:33:16 -0800 Subject: Bug 853509: Bugzilla version not displayed on the index page --- template/en/default/global/header.html.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'template/en/default/global/header.html.tmpl') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 6071b2845..d4f042e25 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -312,6 +312,13 @@ + [%# 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