summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-07-31 22:37:03 +0000
committerwjames5 <will@tekimaki.com>2007-07-31 22:37:03 +0000
commiteb50f2632705b9048957f006a011aaf0c301260c (patch)
tree71f17ddaaee136057eea8161ed9a4df788c47239 /templates
parent776237bd0dc785b261de0b5fe5625c26769ae38f (diff)
downloadrss-eb50f2632705b9048957f006a011aaf0c301260c.tar.gz
rss-eb50f2632705b9048957f006a011aaf0c301260c.tar.bz2
rss-eb50f2632705b9048957f006a011aaf0c301260c.zip
Migrate to SimplePie for parsing feeds - add support for multifeeds in modules and for first sentences descriptions - keep an eye on sites when using short desc - class still needs clean up and rss plugin needs to be addapted to SimplePie
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_rssmodules.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_rssmodules.tpl b/templates/admin_rssmodules.tpl
index 4afe162..a48a644 100644
--- a/templates/admin_rssmodules.tpl
+++ b/templates/admin_rssmodules.tpl
@@ -12,7 +12,7 @@
{box title="Feed Preview"}
<ul>
{section name=ix loop=$items}
- <li><a href="{$items[ix].link}">{$items[ix].title|escape}</a></li>
+ <li><a href="{$items[ix]->get_permalink()}">{$items[ix]->get_title()}</a></li>
{/section}
</ul>
{/box}