{* load lang file *} {config_load file="lang`$smarty.const.PLANG`.txt" section="section"} {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#}

{#explained#}

{/foreach} {* figure out pager behaviour *} {if $smarty.const.ENABLE_PAGERS and $pagerTotal > $smarty.const.PER_PAGE} {include file="pagers.htm"} {/if}