{* $Id: news.tpl 936 2005-11-21 12:14:30Z vladimir $ *} {if $news} {capture name="mainbox"} {foreach from=$news item=news} {/foreach}
{$news.news}     {$lang.date_added}: {$news.date|date_format:"`$settings.Appearance.date_format`"}
  {$news.description}



{/capture} {include file="common_templates/mainbox.tpl" title=$lang.site_news content=$smarty.capture.mainbox} {/if}