From 9666fa578412984ee93bd9741ccf7b8f6b83d979 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sat, 28 Jun 2008 08:03:37 +0000 Subject: [PATCH] some fixes to feeds --- fp-interface/sharedtpls/atom.tpl | 2 +- fp-interface/sharedtpls/comment-rss.tpl | 9 +++++---- fp-interface/sharedtpls/rss.tpl | 14 +++++++------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/fp-interface/sharedtpls/atom.tpl b/fp-interface/sharedtpls/atom.tpl index a7d54c6..2549b07 100644 --- a/fp-interface/sharedtpls/atom.tpl +++ b/fp-interface/sharedtpls/atom.tpl @@ -4,7 +4,7 @@ {$flatpress.title} {$flatpress.subtitle} - + FlatPress diff --git a/fp-interface/sharedtpls/comment-rss.tpl b/fp-interface/sharedtpls/comment-rss.tpl index d7f65ae..acb3451 100644 --- a/fp-interface/sharedtpls/comment-rss.tpl +++ b/fp-interface/sharedtpls/comment-rss.tpl @@ -1,5 +1,5 @@ - + {entry_block} {entry} @@ -9,8 +9,9 @@ {$the_comment_link} Copyright {$smarty.now|date_format:"$Y"}, {$flatpress.author} - {$flatpress.email} - {$flatpress.lang} + {$flatpress.email} ({$flatpress.author}) + {$fp_config.locale.lang} + FlatPress @@ -36,4 +37,4 @@ {/entry_block} - \ No newline at end of file + diff --git a/fp-interface/sharedtpls/rss.tpl b/fp-interface/sharedtpls/rss.tpl index bb572b5..645e656 100755 --- a/fp-interface/sharedtpls/rss.tpl +++ b/fp-interface/sharedtpls/rss.tpl @@ -1,13 +1,13 @@ - + {$flatpress.title} {$flatpress.www} Copyright {$smarty.now|date_format:"$Y"}, {$flatpress.author} - {$flatpress.email} - {$flatpress.lang} - + {$flatpress.email} ({$flatpress.author}) + {$fp_config.locale.lang} + FlatPress {entry_block} {entry} @@ -16,10 +16,10 @@ {$subject} {$id|link:post_link} - {if ($categories)} {$categories|@filed:false} {/if} + {if ($categories)} {/if} {$id|link:post_link} - {$flatpress.AUTHOR} {$flatpress.EMAIL} + {$flatpress.email} ($flatpress.author}) {$date|date_format:"%a, %d %b %Y %H:%M:%S %z"} {$id|link:comments_link} @@ -29,4 +29,4 @@ {/entry_block} - \ No newline at end of file +