diff options
-rw-r--r-- | images/favicon.ico | bin | 0 -> 4150 bytes | |||
-rw-r--r-- | template/en/default/global/header.html.tmpl | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/images/favicon.ico b/images/favicon.ico Binary files differnew file mode 100644 index 000000000..c8ade39ad --- /dev/null +++ b/images/favicon.ico 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. %] <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, |