From d6b643faf150c8f9e17ee7bc80fd960c4fddbc73 Mon Sep 17 00:00:00 2001 From: Matthias Schulte Date: Sun, 1 May 2011 11:27:53 +0200 Subject: fixed location of favicon in feed.php (FS#2232) --- feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feed.php') 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; -- cgit v1.2.3