{* load lang file *} {config_load file="lang`$smarty.const.PLANG`.txt" section="dayView"} {foreach from=$data item=entry}

{$entry.subject}

{if $entry.image}Icon{/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}


{foreachelse}

{#noJoy#}

{#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}