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
+