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

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

r=dkl
parent b2e1ec0d
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
jquery = [] jquery = []
jquery_css = [] jquery_css = []
generate_api_token = 0 generate_api_token = 0
favicon_url = "images/favicon.ico"
%] %]
[% IF NOT no_yui %] [% IF NOT no_yui %]
...@@ -259,7 +260,7 @@ ...@@ -259,7 +260,7 @@
[%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %] [%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %]
<link rel="search" type="application/opensearchdescription+xml" <link rel="search" type="application/opensearchdescription+xml"
title="[% terms.Bugzilla %]" href="./search_plugin.cgi"> 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") %] [% Hook.process("additional_header") %]
</head> </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