summaryrefslogtreecommitdiff
path: root/lib/tpl/default/main.php
diff options
context:
space:
mode:
authorsteven-danz <steven-danz@kc.rr.com>2005-12-07 03:46:50 +0100
committersteven-danz <steven-danz@kc.rr.com>2005-12-07 03:46:50 +0100
commite5706166d51795a6b0f0da02e5934bfc048421ee (patch)
treede8ebcbfb513d9f0a19deb9b2af7a33c48b76b42 /lib/tpl/default/main.php
parent5fb14d63b6a7de75860bd8a94caa8d2f2fe8ee5e (diff)
downloadrpg-e5706166d51795a6b0f0da02e5934bfc048421ee.tar.gz
rpg-e5706166d51795a6b0f0da02e5934bfc048421ee.tar.bz2
favicon to tpl
Move the favicon.ico file from the DOKU_BASE to DOKU_TPL to make it easier for new templates to replace the image darcs-hash:20051207024650-4c315-867302015ab832e05e49316aef87fc823a29f79c.gz
Diffstat (limited to 'lib/tpl/default/main.php')
-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 bb32def6b..ad1e75aa2 100644
--- a/lib/tpl/default/main.php
+++ b/lib/tpl/default/main.php
@@ -22,7 +22,7 @@
<?php tpl_metaheaders()?>
- <link rel="shortcut icon" href="<?php echo DOKU_BASE?>lib/images/favicon.ico" />
+ <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
<?php /*old includehook*/ @include(dirname(__FILE__).'/meta.html')?>
</head>