diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-08-21 14:28:33 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-09-15 20:44:40 +0100 |
commit | 40aea764fff7d53925622545c0c0d4553741a4bb (patch) | |
tree | c78843c5c1809bea844ec0e9d0031d6f305ad3be /template | |
parent | fc8c358a66e94f20a0ab3b8a74750e1e36286105 (diff) | |
download | bugzilla-40aea764fff7d53925622545c0c0d4553741a4bb.tar bugzilla-40aea764fff7d53925622545c0c0d4553741a4bb.tar.gz bugzilla-40aea764fff7d53925622545c0c0d4553741a4bb.tar.bz2 bugzilla-40aea764fff7d53925622545c0c0d4553741a4bb.tar.xz bugzilla-40aea764fff7d53925622545c0c0d4553741a4bb.zip |
add reference to mageia.org favicon
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index e09013e..022abaa 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -249,7 +249,7 @@ [%# 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"> - <link rel="shortcut icon" href="images/favicon.ico" > + <link rel="icon" type="image/png" href="https://www.mageia.org/g/favicon.png"> [% Hook.process("additional_header") %] <meta name="google-site-verification" content="upEZjJeSjjjVNCMOM2xZNi5PmRgMOY9SCtW3xmGY6nQ"> <script type="text/javascript"> |