Skip to content
Snippets Groups Projects
Commit e26bb066 authored by Michael Hamann's avatar Michael Hamann
Browse files

Merge pull request #43 from lupo49/master.

fixed location of favicon in feed.php (FS#2232)
parents d6f9b0b3 d6b643fa
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment