From: lpsolit%gmail.com <> Date: Mon, 25 Feb 2008 22:16:33 +0000 (+0000) Subject: Bug 419440: The Bugzilla version is not displayed in the welcome-admin page - Patch... X-Git-Tag: bugzilla-3.1.3~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0dab615aa5a5dea7b6d8c53e333b8072d781d57;p=thirdparty%2Fbugzilla.git Bug 419440: The Bugzilla version is not displayed in the welcome-admin page - Patch by Frédéric Buclin r=wurblzap a=LpSolit --- diff --git a/template/en/default/welcome-admin.html.tmpl b/template/en/default/welcome-admin.html.tmpl index 15f98e5184..ff26fcbc9f 100644 --- a/template/en/default/welcome-admin.html.tmpl +++ b/template/en/default/welcome-admin.html.tmpl @@ -23,7 +23,7 @@ [% PROCESS global/header.html.tmpl title = title - h3 = "version $constants.BUGZILLA_VERSION" + header_addl_info = "version $constants.BUGZILLA_VERSION" style_urls = [ 'skins/standard/index.css' ] %]