From: Frédéric Buclin Date: Mon, 22 Feb 2016 22:07:02 +0000 (+0100) Subject: Bug 1250264: Extensions have no easy way to override favicon.ico X-Git-Tag: release-5.1.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8adffb5ba7161a9ac491cca98d880577c1ab2fc;p=thirdparty%2Fbugzilla.git Bug 1250264: Extensions have no easy way to override favicon.ico r=dkl --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 6a52e78404..fff74f454f 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -40,6 +40,7 @@ jquery = [] jquery_css = [] generate_api_token = 0 + favicon_url = "images/favicon.ico" %] [% IF NOT no_yui %] @@ -259,7 +260,7 @@ [%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %] - + [% Hook.process("additional_header") %]