From a8adffb5ba7161a9ac491cca98d880577c1ab2fc Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 22 Feb 2016 23:07:02 +0100 Subject: Bug 1250264: Extensions have no easy way to override favicon.ico r=dkl --- template/en/default/global/header.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 6a52e7840..fff74f454 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") %] -- cgit v1.2.3-24-g4f1b