{include="includes"}
{include="page.header"}
All links of one day
in a single page.
{if="$previousday"}
<
Previous day
{else}
<
Previous day{/if} - {if="$nextday"}
Next day
>
{else}Next day
>
{/if}
Daily RSS Feed
The Daily Shaarli
———————————
{$day}
———————————
{if="$linksToDisplay"} {loop="cols"} {if="isset($value[0])"}
{loop="value"} {$link=$value}
{if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"}
{function="strftime('%c', $link.timestamp)"}
{/if} {if="$link.tags"}
{loop="link.taglist"} {$value|htmlspecialchars} - {/loop}
{/if}
{$link.title|htmlspecialchars}
{if="$link.thumbnail"}
{$link.thumbnail}
{/if}
{$link.formatedDescription}
{/loop}
{/if} {/loop} {else}
No articles on this day.
{/if}
{include="page.footer"}