summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2010-11-12 20:34:00 +0100
committerAnika Henke <anika@selfthinker.org>2010-11-12 20:34:00 +0100
commitafca7e7eb41bc692ca11c4fb80f32c860e2bd3d5 (patch)
tree70c1e60246ebb5c0b3954d4f04e0c238395a8130 /lib/tpl
parentb190e58905738aad7360936a92ffdabbca95d160 (diff)
downloadrpg-afca7e7eb41bc692ca11c4fb80f32c860e2bd3d5.tar.gz
rpg-afca7e7eb41bc692ca11c4fb80f32c860e2bd3d5.tar.bz2
FS#1839: take favicon from mediadir (if it exists)
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php
index d9231678b..754a6e482 100644
--- a/lib/tpl/default/main.php
+++ b/lib/tpl/default/main.php
@@ -29,7 +29,7 @@ if (!defined('DOKU_INC')) die();
<?php tpl_metaheaders()?>
- <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
+ <link rel="shortcut icon" href="<?php echo tpl_getFavicon() ?>" />
<?php /*old includehook*/ @include(dirname(__FILE__).'/meta.html')?>
</head>