{$lang['news']}

{if $news} {foreach $news $an}

{$an['title']} -- {$an['date']}

{$an['content']}

{if $cache['config']['news_comments']}

({$an['comments']}) {$lang['comments']}

{/if} {/foreach} {/if}