diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
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, |