From 615960fefc1892e98e1e20725b11d535324f8c34 Mon Sep 17 00:00:00 2001 From: Tom N Harris Date: Wed, 15 Nov 2006 11:15:49 +0100 Subject: use generated CSS for RSS feeds plugins can include styles with feed.css, templates can use the media type feed in style.ini darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz --- feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feed.php') diff --git a/feed.php b/feed.php index 8fa68b66c..b1d2b3b1d 100644 --- a/feed.php +++ b/feed.php @@ -75,7 +75,7 @@ $rss->title = $conf['title'].(($ns) ? ' '.$ns : ''); $rss->link = DOKU_URL; $rss->syndicationURL = DOKU_URL.'feed.php'; - $rss->cssStyleSheet = DOKU_URL.'lib/styles/feed.css'; + $rss->cssStyleSheet = DOKU_URL.'lib/exe/css.php?s=feed'; $image = new FeedImage(); $image->title = $conf['title']; -- cgit v1.2.3