summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-03-11 16:32:38 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-03-11 16:32:38 +0000
commita6ac200ab07c3a45593fdc14554283bdfc586aa0 (patch)
treeed0c0240221415f80974faa0040da6e0a3e4faa4 /index.php
parenta68d28a9830e9917bde4a2ff342de05470d42e86 (diff)
downloadpkgsubmit-a6ac200ab07c3a45593fdc14554283bdfc586aa0.tar
pkgsubmit-a6ac200ab07c3a45593fdc14554283bdfc586aa0.tar.gz
pkgsubmit-a6ac200ab07c3a45593fdc14554283bdfc586aa0.tar.bz2
pkgsubmit-a6ac200ab07c3a45593fdc14554283bdfc586aa0.tar.xz
pkgsubmit-a6ac200ab07c3a45593fdc14554283bdfc586aa0.zip
Use local favicon
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 321b477..a9d1a4c 100644
--- a/index.php
+++ b/index.php
@@ -229,7 +229,7 @@ Header("X-BS-Throttle: $w");
<meta charset="utf-8">
<title><?php echo strip_tags($title); ?></title>
<meta name="robots" content="<?php echo $robots; ?>">
- <link rel="shortcut icon" type="image/ico" href="https://bugs.mageia.org/images/favicon.ico" />
+ <link rel="icon" type="image/png" href="favicon.png" />
<style type="text/css">
.clear { clear: both; }
table {