diff options
author | lpsolit%gmail.com <> | 2006-06-18 08:36:00 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-06-18 08:36:00 +0200 |
commit | 5eb383af33d206b678bab61564c60cfdd4c955ba (patch) | |
tree | 75d88822723f446b8d3347ecb7db42d6a2159352 /template | |
parent | 05fe02cdd0cf84e61df2f89afec751c279d30f35 (diff) | |
download | bugzilla-5eb383af33d206b678bab61564c60cfdd4c955ba.tar.gz bugzilla-5eb383af33d206b678bab61564c60cfdd4c955ba.tar.xz |
Bug 341273: Display Bugzilla version in a public place on Bugzilla installs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/index.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 1dd81dac2..c479f9201 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();' %] |