summaryrefslogtreecommitdiff
path: root/feed.php
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2006-11-15 11:15:49 +0100
committerTom N Harris <tnharris@whoopdedo.org>2006-11-15 11:15:49 +0100
commit615960fefc1892e98e1e20725b11d535324f8c34 (patch)
tree14d953145aabda1b9cbe7d2eae1caecaf9394e49 /feed.php
parentafe99d0069da42f65e958174bf6d68e66eee5c41 (diff)
downloadrpg-615960fefc1892e98e1e20725b11d535324f8c34.tar.gz
rpg-615960fefc1892e98e1e20725b11d535324f8c34.tar.bz2
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
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php2
1 files changed, 1 insertions, 1 deletions
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'];