diff options
Diffstat (limited to 'tpl/dailyrss.html')
-rw-r--r-- | tpl/dailyrss.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tpl/dailyrss.html b/tpl/dailyrss.html new file mode 100644 index 00000000..436e1cd2 --- /dev/null +++ b/tpl/dailyrss.html | |||
@@ -0,0 +1,8 @@ | |||
1 | {loop="links"} | ||
2 | <h3><a href="{$value.url}">{$value.title|htmlspecialchars}</a></h3> | ||
3 | <small>{if="!$GLOBALS['config']['HIDE_TIMESTAMPS']"}{$value.localdate|htmlspecialchars} - {/if}{if="$value.tags"}{$value.tags|htmlspecialchars}{/if}<br> | ||
4 | {$value.url|htmlspecialchars}</small><br> | ||
5 | {if="$value.thumbnail"}{$value.thumbnail}{/if}<br> | ||
6 | {if="$value.description"}{$value.formatedDescription}{/if} | ||
7 | <br><br><hr> | ||
8 | {/loop} \ No newline at end of file | ||