summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skins/cavendish.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/cavendish.php b/skins/cavendish.php
index 8938624..7c14a46 100644
--- a/skins/cavendish.php
+++ b/skins/cavendish.php
@@ -116,6 +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" />
</head>
<body<?php if($this->data['body_ondblclick']) { ?> ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>