<{if $article.image}>

<{$article.image.caption}>
<{/if}>
<{$article.writer|default:$article.author}>
| <{$article.time}>
| <{php}>echo art_constant("MD_VIEWS");<{/php}>: <{$article.counter}>
<{if $article.note}>
<{php}>echo art_constant("MD_EDNOTE");<{/php}>:
<{$article.note}>
<{/if}>
<{$article.summary}>
<{php}>echo art_constant("MD_FEATURED");<{/php}>
<{$smarty.const._MORE}>
<{foreachq item=article from=$features}>

<{$article.image.caption}>
<{$article.writer|default:$article.author}>
<{$article.time}>
<{$article.summary}>
<{/foreach}>
<{/if}>
<{if count($articles) gt 0}>
<{php}>echo art_constant("MD_CATEGORIES");<{/php}>
<{$smarty.const._MORE}>
<{foreachq 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}>
<{foreachq item=topic name=topic from=$topics}>
<{$topic.title}>
<{/foreach}>
<{/if}>
<{if count($sponsors) gt 0}>
<{php}>echo art_constant("MD_SPONSORS");<{/php}>
<{includeq file="db:`$xoops_dirname`_inc_sponsor.html"}>
<{/if}>