<{foreach item=article from=$features}>

<{$article.image.caption}>
<{$article.title}>
<{$article.writer|default:$article.author}>
<{$article.time}>
<{$article.summary}>
<{/foreach}>
<{/if}>
<{if count($articles) gt 0}>
<{php}>echo art_constant("MD_ARTICLES");<{/php}>
<{if $featured}>
(<{php}>echo art_constant("MD_FEATURED");<{/php}>)
<{/if}>
<{if $featured}>
<{$smarty.const._MORE}>
<{else}>
<{$smarty.const._MORE}>
<{/if}>
<{foreach item=article from=$articles}>
-
<{$article.title}>
<{if $article.image}>

<{/if}>
<{$article.writer|default:$article.author}>
<{$article.time}>
<{$article.summary}>
<{/foreach}>
<{/if}>
<{$pagenav}>
<{if count($categories) gt 0}>
<{php}>echo art_constant("MD_CATEGORIES");<{/php}>
<{$smarty.const._MORE}>
<{foreach item=cat name=cat from=$categories}>
<{$cat.title}>
(<{$cat.categories}>|<{$cat.articles}>)
<{/foreach}>
<{/if}>
<{if count($topics) gt 0}>
<{php}>echo art_constant("MD_TOPICS");<{/php}>
<{$smarty.const._MORE}>
<{include file="db:`$xoops_dirname`_inc_topic.html"}>
<{/if}>
<{if count($sponsors) gt 0}>
<{php}>echo art_constant("MD_SPONSORS");<{/php}>
<{include file="db:`$xoops_dirname`_inc_sponsor.html"}>
<{/if}>
<{if $xoops_notification}>
<{include file='db:system_notification_select.html'}>
<{/if}>