<{php}>echo art_constant("MD_FEATURED");<{/php}>
<{$smarty.const._MORE}>
<{foreachq item=article from=$features}>
<{includeq file="db:`$xoops_dirname`_item_blog.html"}>
<{/foreach}>
<{/if}>
<{if count($articles) gt 0}>
<{php}>echo art_constant("MD_ARTICLES");<{/php}>
<{$smarty.const._MORE}>
<{foreachq item=article from=$articles}>
<{includeq file="db:`$xoops_dirname`_item_blog.html"}>
<{/foreach}>
<{/if}>
<{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}>