From 59bd9d51cc705dd44bdce753a56cc6ae914b02ce Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 27 Dec 2016 14:44:39 +0100 Subject: * directory structure --- templates/rss.tpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/rss.tpl (limited to 'templates/rss.tpl') diff --git a/templates/rss.tpl b/templates/rss.tpl new file mode 100644 index 0000000..f95a462 --- /dev/null +++ b/templates/rss.tpl @@ -0,0 +1,19 @@ + + + + {$user}'s timeline + https://twitter.com/{$user} + {$cacheTime|date_format:"D, d M Y H:i:s O"} + {foreach from=$content item=item} + + {$item->text|escape} + https://twitter.com/{$user}/status/{$item->id_str} + {if isset($item->user)} + http://emkael.info/tulz/twitterRSS/{$item->user->id_str}/{$item->id_str} + {/if} + text|escape} ]]> + {$item->created_at|date_format:"D, d M Y H:i:s O"} + + {/foreach} + + -- cgit v1.2.3