From bcc5a4c29ec9178d7515c8b29d186f31bac4065b Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 16 Jan 2017 18:06:09 +0100 Subject: * cosmetic changes to the feed standard layout --- templates/atom.tpl | 4 ++-- templates/rss.tpl | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/atom.tpl b/templates/atom.tpl index e7e28f5..df4a762 100644 --- a/templates/atom.tpl +++ b/templates/atom.tpl @@ -1,8 +1,8 @@ - {$user}'s timeline + {$feedTitle} - http://emkael.info/tulz/twitterRSS/{$user} + {$feedID} {$cacheTime|date_format:"c"} {foreach from=$content item=item} diff --git a/templates/rss.tpl b/templates/rss.tpl index f95a462..03ea30b 100644 --- a/templates/rss.tpl +++ b/templates/rss.tpl @@ -1,16 +1,14 @@ - {$user}'s timeline + {$feedTitle} 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} + {$feedID}/{$item->id_str} text|escape} ]]> {$item->created_at|date_format:"D, d M Y H:i:s O"} -- cgit v1.2.3