]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 132383: Bugzilla should have a default favicon - Patch by Guy Pyrzak <guy.pyrzak...
authorlpsolit%gmail.com <>
Wed, 30 Jul 2008 16:16:40 +0000 (16:16 +0000)
committerlpsolit%gmail.com <>
Wed, 30 Jul 2008 16:16:40 +0000 (16:16 +0000)
images/favicon.ico [new file with mode: 0644]
template/en/default/global/header.html.tmpl

diff --git a/images/favicon.ico b/images/favicon.ico
new file mode 100644 (file)
index 0000000..c8ade39
Binary files /dev/null and b/images/favicon.ico differ
index a154fa1fc54d7251ebf334b9d98ee9144854ef57..663214abaeda16520870a5ebc2c59302a36a898c 100644 (file)
     [%# 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">
-                       
-    [% Hook.process("additional_header") %]                   
+    <link rel="shortcut icon" href="images/favicon.ico" >
+    [% Hook.process("additional_header") %]
   </head>
 
 [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag,