summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-02-22 23:07:02 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2016-02-22 23:07:02 +0100
commita8adffb5ba7161a9ac491cca98d880577c1ab2fc (patch)
tree7c4e6f3e3e9acfb4fc08f0e6bc0c91042ad45087
parentb2e1ec0d36d047dfe59fe429712c2f61be451037 (diff)
downloadbugzilla-a8adffb5ba7161a9ac491cca98d880577c1ab2fc.tar.gz
bugzilla-a8adffb5ba7161a9ac491cca98d880577c1ab2fc.tar.xz
Bug 1250264: Extensions have no easy way to override favicon.ico
r=dkl
-rw-r--r--template/en/default/global/header.html.tmpl3
1 files changed, 2 insertions, 1 deletions
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. %]
<link rel="search" type="application/opensearchdescription+xml"
title="[% terms.Bugzilla %]" href="./search_plugin.cgi">
- <link rel="shortcut icon" href="images/favicon.ico" >
+ <link rel="shortcut icon" href="[% favicon_url FILTER html %]">
[% Hook.process("additional_header") %]
</head>