{* шаблон блока обзора новостей *} {if $news_array} {section name=u loop=$news_array} {if $smarty.section.u.index ne 0}
{/if}
{$news_array[u].add_date}     {$news_array[u].title}
{$news_array[u].textToPrePublication}
{/section} {else}
{$smarty.const.STRING_NO_NEWS}
{/if}