{include file="$gentemplates/index_top.tpl"} {if $form.err} {/if} {if !$news} {/if} {if $news}
{$lang.section.news}

* {$form.err} 

* {$header_n.empty_news} 
{section name=s loop=$news}
{if $news[s].channel_name}{$news[s].channel_name}/{/if} {if $news[s].title}{$news[s].title}
{/if}
{$news[s].date_add}
{if $news[s].image}{/if} {$news[s].news_text} 
{/section}
{foreach item=item from=$links} {/foreach}
{/if}
{include file="$gentemplates/index_bottom.tpl"}