diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-11-18 19:40:54 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-11-18 19:40:54 +0000 |
commit | ef718cec84939545234a39a594106941977593e0 (patch) | |
tree | bf2ac2d512de6e8447e6532c6d8a0025c95cb1af | |
parent | e4169e1625b60b9195969fe6fe56ebd345a62007 (diff) | |
download | mediawiki-ef718cec84939545234a39a594106941977593e0.tar mediawiki-ef718cec84939545234a39a594106941977593e0.tar.gz mediawiki-ef718cec84939545234a39a594106941977593e0.tar.bz2 mediawiki-ef718cec84939545234a39a594106941977593e0.tar.xz mediawiki-ef718cec84939545234a39a594106941977593e0.zip |
add local favicon and use it
-rw-r--r-- | skins/cavendish.php | 2 | ||||
-rw-r--r-- | skins/cavendish/favicon.png | bin | 0 -> 1184 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/skins/cavendish.php b/skins/cavendish.php index 7c14a46..a0f2b56 100644 --- a/skins/cavendish.php +++ b/skins/cavendish.php @@ -116,7 +116,7 @@ class cavendishTemplate extends QuickTemplate { <script type="<?php $this->text('jsmimetype') ?>"><?php $this->html('userjsprev') ?></script> <?php } if($this->data['trackbackhtml']) print $this->data['trackbackhtml']; ?> - <link rel="icon" type="image/png" href="https://www.mageia.org/g/favicon.png" /> + <link rel="icon" type="image/png" href="<?php $this->text('stylepath') ?>/cavendish/favicon.png" /> </head> <body<?php if($this->data['body_ondblclick']) { ?> ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?> diff --git a/skins/cavendish/favicon.png b/skins/cavendish/favicon.png Binary files differnew file mode 100644 index 0000000..5868d96 --- /dev/null +++ b/skins/cavendish/favicon.png |