{* $xoTheme->addStylesheet("modules/$xoops_dirname/templates/style_blog.css") *}> <{if $header}>
<{$header}>
<{/if}> <{if $spotlight}> <{assign var="article" value=$spotlight}>
<{includeq file="db:`$xoops_dirname`_item_blog.html"}>
<{/if}> <{assign var="default_image" value="`$xoops_url`/modules/`$xoops_dirname`/images/xoops.png"}> <{if count($features) gt 0}>
<{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}>
<{$pagenav}>
<{if count($categories) 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}>
API:
<{php}>echo art_constant("MD_RSS");<{/php}>
|
<{php}>echo art_constant("MD_RDF");<{/php}>
|
<{php}>echo art_constant("MD_ATOM");<{/php}>
<{if $xoops_isadmin}> ||
"><{php}>echo art_constant("MD_CPANEL");<{/php}>
|
"><{php}>echo art_constant("MD_CATEGORY");<{/php}>
|
"><{php}>echo art_constant("MD_TOPIC");<{/php}>
|
"><{php}>echo art_constant("MD_ARTICLE");<{/php}>
<{/if}> <{if $xoops_isuser}> |
"><{php}>echo art_constant("MD_MYARTICLES");<{/php}>
||
<{php}>echo art_constant("MD_ADDARTICLE");<{/php}>
<{/if}>
<{if $xoops_notification}> <{includeq file='db:system_notification_select.html'}> <{/if}>