summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-03-11 16:24:22 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-03-11 16:24:22 +0000
commita68d28a9830e9917bde4a2ff342de05470d42e86 (patch)
tree24a3408cfefc2bff34fbd314328de8c62f0aaa1d /index.php
parentd255dac29519585bf1a4cad2ba79b2510efe2558 (diff)
downloadpkgsubmit-a68d28a9830e9917bde4a2ff342de05470d42e86.tar
pkgsubmit-a68d28a9830e9917bde4a2ff342de05470d42e86.tar.gz
pkgsubmit-a68d28a9830e9917bde4a2ff342de05470d42e86.tar.bz2
pkgsubmit-a68d28a9830e9917bde4a2ff342de05470d42e86.tar.xz
pkgsubmit-a68d28a9830e9917bde4a2ff342de05470d42e86.zip
Add favicon
For the moment use the one from bugs, but need to make it works using ./favicon.ico
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index a933ab3..321b477 100644
--- a/index.php
+++ b/index.php
@@ -229,6 +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" />
<style type="text/css">
.clear { clear: both; }
table {