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

{$entry.subject}

{$entry.intime|date_format:'%d %B, %Y | %H:%M'} | {#cat#}: {if $entry.section}{$entry.section.fullName}{else}{#noSecName#}{/if}

{if $entry.image}Icon{/if} {$entry.content|cut:"`$entry.url`":#readon#}

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