summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2011-05-01 02:36:03 -0700
committerMichael Hamann <michael@content-space.de>2011-05-01 02:36:03 -0700
commite26bb066def65f3730af19b8a8f2e5ff99a85b56 (patch)
tree22b7e3b92617663f26edcc3b316da66ec29c065a
parentd6f9b0b399eba03397b4ee25a74999303ed558b9 (diff)
parentd6b643faf150c8f9e17ee7bc80fd960c4fddbc73 (diff)
downloadrpg-e26bb066def65f3730af19b8a8f2e5ff99a85b56.tar.gz
rpg-e26bb066def65f3730af19b8a8f2e5ff99a85b56.tar.bz2
Merge pull request #43 from lupo49/master.
fixed location of favicon in feed.php (FS#2232)
-rw-r--r--feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.php b/feed.php
index 615d1597d..cca8661f4 100644
--- a/feed.php
+++ b/feed.php
@@ -50,7 +50,7 @@ $rss->cssStyleSheet = DOKU_URL.'lib/exe/css.php?s=feed';
$image = new FeedImage();
$image->title = $conf['title'];
-$image->url = DOKU_URL."lib/images/favicon.ico";
+$image->url = tpl_getFavicon(true);
$image->link = DOKU_URL;
$rss->image = $image;