From 4fc0f4b92290a7fbf9b4340e9dd37c2626f524ea Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 30 Jul 2008 16:13:48 +0000 Subject: Bug 132383: Bugzilla should have a default favicon - Patch by Guy Pyrzak r/a=mkanat --- images/favicon.ico | Bin 0 -> 4150 bytes template/en/default/global/header.html.tmpl | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 images/favicon.ico diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 000000000..c8ade39ad Binary files /dev/null and b/images/favicon.ico differ diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index a154fa1fc..663214aba 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -215,8 +215,8 @@ [%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %] - - [% Hook.process("additional_header") %] + + [% Hook.process("additional_header") %] [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag, -- cgit v1.2.3-24-g4f1b