From 5eb383af33d206b678bab61564c60cfdd4c955ba Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 18 Jun 2006 06:36:00 +0000 Subject: [PATCH] =?utf8?q?Bug=20341273:=20Display=20Bugzilla=20version=20i?= =?utf8?q?n=20a=20public=20place=20on=20Bugzilla=20installs=20-=20Patch=20?= =?utf8?q?by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dvla?= =?utf8?q?dd=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/index.html.tmpl | 1 + 1 file changed, 1 insertion(+) 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();' %] -- 2.47.3