{* $Id: news.tpl 2506 2006-11-07 08:51:45Z zeke $ *}
{if $news}
{capture name="mainbox"}
{include file="common_templates/pagination.tpl"}
{foreach from=$news item=news}
| {$news.news} |
|
{$lang.date_added}: {$news.date|date_format:"`$settings.Appearance.date_format`"} |
|
| |
{if $news.separate == 'Y'}
{$lang.more_w_ellipsis}
{else}
{$news.description}
{if $settings.Modules.discussion == 'Y'}
{include file="addons/discussion/discussion_link.tpl" object_id=$news.news_id object_type="N" href="`$index_script`?`$target_name`=news&`$mode_name`=details&news_id=`$news.news_id`"}
{/if}
{/if}
|
{/foreach}
{include file="common_templates/pagination.tpl"}
{/capture}
{include file="common_templates/mainbox.tpl" title=$lang.site_news content=$smarty.capture.mainbox}
{/if}