{* load lang file *} {config_load file="lang.txt" section="dayView"} {foreach from=$data item=entry}
{if $entry.image}{/if}
{$entry.content|cut:"`$entry.url`":#readon#}
{$entry.intime|date_format:'%b. %d, %Y // %H:%M'} {if $entry.comments}| {#comments#} ({$entry.commentcount}){else}| {#noComments#}{/if}
{#noJoyExp#}
{/foreach} {if $smarty.const.ENABLE_PAGERS} {* figure out next and previous day links *} {math equation="x + y" x=$ts y=86400 assign=skipForward} {math equation="x - y" x=$ts y=86400 assign=skipBack} {/if}