diff options
author | lpsolit%gmail.com <> | 2008-07-30 18:13:48 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-07-30 18:13:48 +0200 |
commit | 4fc0f4b92290a7fbf9b4340e9dd37c2626f524ea (patch) | |
tree | 84f909ef2a901eb851b1d82a93b0d1127ee58f18 | |
parent | 569e25c31647d6eedb0c2481c0d69b73c1af091b (diff) | |
download | bugzilla-4fc0f4b92290a7fbf9b4340e9dd37c2626f524ea.tar.gz bugzilla-4fc0f4b92290a7fbf9b4340e9dd37c2626f524ea.tar.xz |
Bug 132383: Bugzilla should have a default favicon - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat
-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, |