summaryrefslogtreecommitdiff
path: root/templates/rss.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rss.tpl')
-rw-r--r--templates/rss.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/rss.tpl b/templates/rss.tpl
index 03ea30b..a0be07e 100644
--- a/templates/rss.tpl
+++ b/templates/rss.tpl
@@ -6,11 +6,11 @@
<lastBuildDate>{$cacheTime|date_format:"D, d M Y H:i:s O"}</lastBuildDate>
{foreach from=$content item=item}
<item>
- <title>{$item->text|escape}</title>
- <link>https://twitter.com/{$user}/status/{$item->id_str}</link>
- <guid>{$feedID}/{$item->id_str}</guid>
- <description><![CDATA[ {$item->text|escape} ]]></description>
- <pubDate>{$item->created_at|date_format:"D, d M Y H:i:s O"}</pubDate>
+ <title>{$item->Title|escape}</title>
+ <link>{$item->Link}</link>
+ <guid>{$feedID}/{$item->ID}</guid>
+ <description><![CDATA[ {$item->Text|escape} ]]></description>
+ <pubDate>{$item->Time|date_format:"D, d M Y H:i:s O"}</pubDate>
</item>
{/foreach}
</channel>