]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 341273: Display Bugzilla version in a public place on Bugzilla installs - Patch...
authorlpsolit%gmail.com <>
Sun, 18 Jun 2006 06:36:00 +0000 (06:36 +0000)
committerlpsolit%gmail.com <>
Sun, 18 Jun 2006 06:36:00 +0000 (06:36 +0000)
template/en/default/index.html.tmpl

index 1dd81dac28281f54bd4ca4ed7ee4a6bcb1b1ba33..c479f9201407e4fa17be2eaa9830fe3edeca4baf 100644 (file)
@@ -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();'
 %]