From: lpsolit%gmail.com <> Date: Mon, 25 Feb 2008 22:18:17 +0000 (+0000) Subject: Bug 419440: The Bugzilla version is not displayed in the welcome-admin page - Patch... X-Git-Tag: bugzilla-3.0.4~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d577f3010f794ee26ed79551337716e102203bd0;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 66ab72dfa2..4152858cce 100644 --- a/template/en/default/welcome-admin.html.tmpl +++ b/template/en/default/welcome-admin.html.tmpl @@ -24,7 +24,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' ] %]