Commit b241244b authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1250264: Extensions have no easy way to override favicon.ico

r/a=dkl
parent b33684a1
......@@ -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. %]
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment