{include file="header.tpl"}

News:

{if $news} {section name=s loop=$news} {/section} {else} {/if}
{$news[s].title}
{$news[s].full_text}
{$news[s].d}
No news found.
{if $colpages > 1}
{if $prev_page > 0} << {/if} {section name=p loop=$pages} {if $pages[p].current == 1} {$pages[p].page} {else} {$pages[p].page} {/if} {/section} {if $next_page > 0} >> {/if}
{/if} {include file="footer.tpl"}