aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/dailyrss.html
blob: 1b7ab8e944559e38c5198fec35525eccde9c8b81 (plain) (blame)
1
2
3
4
5
6
7
8
{loop="links"}
	<h3><a href="{$value.url}">{$value.title}</a></h3>
	<small>{if="!$GLOBALS['config']['HIDE_TIMESTAMPS']"}{function="strftime('%c', $value.timestamp)"} - {/if}{if="$value.tags"}{$value.tags}{/if}<br>
	{$value.url}</small><br>
	{if="$value.thumbnail"}{$value.thumbnail}{/if}<br>
	{if="$value.description"}{$value.formatedDescription}{/if}
	<br><br><hr>
{/loop}