{include file="header.tpl"} {if $one_news}

{$one_news.title}

{else}

{$lang.news}

{/if} {if $one_news}
{$one_news.body}
{$one_news.date}
{else}
{if $all_news} {navigation aTotal=$total_news aTemplate='news%1.html' aItemsPerPage=$config.num_index_links aLinksPerPage=$config.num_navig_pages aType=3} {foreach from=$all_news item=onews}
{$onews.title}
{$onews.body}
{$lang.posted}{$onews.date|date_format:$config.date_format}
{/foreach} {else} {$lang.no_news} {/if}
{/if} {include file="footer.tpl"}