From 9ef9361ebdf462600cff5bebfd29c707dbda5c4a Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 8 Apr 2008 10:54:04 +0000 Subject: [PATCH] Added missing file --- .../plugin_remoterss.tpl | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 plugins/serendipity_plugin_remoterss/plugin_remoterss.tpl diff --git a/plugins/serendipity_plugin_remoterss/plugin_remoterss.tpl b/plugins/serendipity_plugin_remoterss/plugin_remoterss.tpl new file mode 100644 index 0000000..8735aa8 --- /dev/null +++ b/plugins/serendipity_plugin_remoterss/plugin_remoterss.tpl @@ -0,0 +1,36 @@ +{foreach from=$remoterss_items.items item="item"} +
+ {if $remoterss_items.use_rss_link} + + {/if} + {foreachelse} +
+ {/foreach} + +
+ {if $item.timestamp != -1 AND $remoterss_items.displaydate} +
+ {$item.timestamp|@formatTime:$remoterss_items.dateformat|@escape} +
+ {/if} + +{/foreach} -- 2.39.5