From: lpsolit%gmail.com <> Date: Sun, 18 Jun 2006 06:36:00 +0000 (+0000) Subject: Bug 341273: Display Bugzilla version in a public place on Bugzilla installs - Patch... X-Git-Tag: bugzilla-2.23.2~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb383af33d206b678bab61564c60cfdd4c955ba;p=thirdparty%2Fbugzilla.git Bug 341273: Display Bugzilla version in a public place on Bugzilla installs - Patch by Frédéric Buclin r=vladd a=justdave --- diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 1dd81dac28..c479f92014 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -31,6 +31,7 @@ [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla Main Page" + h3 = "version $VERSION" style_urls = [ 'skins/standard/index.css' ] onload = 'document.forms[\'f\'].quicksearch.focus();' %]