summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>