From: Frédéric Buclin Date: Mon, 22 Feb 2016 22:09:20 +0000 (+0100) Subject: Bug 1250264: Extensions have no easy way to override favicon.ico X-Git-Tag: release-5.0.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b241244b33f920514c2a84a0c98279aa7158f200;p=thirdparty%2Fbugzilla.git Bug 1250264: Extensions have no easy way to override favicon.ico r/a=dkl --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 4d226fd737..bd40fff88e 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -35,6 +35,7 @@ javascript_urls = [] yui = [] generate_api_token = 0 + favicon_url = "images/favicon.ico" %] [% SET yui_css = { @@ -208,7 +209,7 @@ [%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %] - + [% Hook.process("additional_header") %]