<{if count($tracks)>0}> <{$modulename}> <{php}>echo art_constant("MD_CPARTICLE");<{/php}> <{foreach item=track from=$tracks}> :: <{$track.title}> <{/foreach}> <{else}> <{$modulename}> <{/if}> :: <{php}>echo art_constant("MD_CPARTICLE");<{/php}>
<{if $topic}>

<{$topic.title}> (<{$smarty.const._EDIT}>)

<{php}>echo art_constant("MD_DESCRIPTION");<{/php}>: <{$topic.desctiption}>
<{php}>echo art_constant("MD_ARTICLES");<{/php}>: <{$topic.articles}>
<{elseif $category}>

<{$category.title}> (<{$smarty.const._EDIT}>)

<{php}>echo art_constant("MD_DESCRIPTION");<{/php}>: <{$category.desctiption}>
<{php}>echo art_constant("MD_ARTICLES");<{/php}> (<{$type_name}>): <{$category.articles}>
<{/if}>
<{if $category}> <{php}>echo art_constant("MD_REGISTERED");<{/php}> <{php}>echo art_constant("MD_PUBLISHED");<{/php}> <{php}>echo art_constant("MD_FEATURED");<{/php}> <{$smarty.const._ALL}> <{elseif $topic==NULL}> <{php}>echo art_constant("MD_SUBMITTED");<{/php}> <{php}>echo art_constant("MD_REGISTERED");<{/php}> <{php}>echo art_constant("MD_PUBLISHED");<{/php}> <{php}>echo art_constant("MD_FEATURED");<{/php}> <{$smarty.const._ALL}> <{/if}>
<{if count($articles)>0}>
<{php}>echo art_constant("MD_ARTICLE");<{/php}> (<{$type_name}>)
    <{foreach item=article from=$articles}>
  1. <{$article.title}>
    <{if $article.category.title}> <{php}>echo art_constant("MD_CATEGORY");<{/php}>: <{$article.category.title}><{if $article.cat_id eq $article.category.id}> (*)<{/if}>; <{/if}> <{php}>echo art_constant("MD_AUTHOR");<{/php}>: <{$article.author}>
    <{if $topic}> <{php}>echo art_constant("MD_PUBLISH");<{/php}>: <{$article.time_topic}> <{else}> <{php}>echo art_constant("MD_SUBMISSION");<{/php}>: <{$article.submit}>; <{php}>echo art_constant("MD_REGISTER");<{/php}>: <{$article.register_category}> <{if $article.publish_category}> ; <{php}>echo art_constant("MD_PUBLISH");<{/php}>: <{$article.publish_category}> <{/if}> <{if $article.feature_category}> ; <{php}>echo art_constant("MD_FEATURE");<{/php}>: <{$article.feature_category}> <{/if}> <{/if}>
    <{$article.summary}>
    <{php}>echo art_constant("MD_TERMINATE");<{/php}> <{if $topic.id==0}> <{if $article.admin}> <{$smarty.const._EDIT}> <{/if}> <{if $article.publish_category eq "" OR $article.publish eq ""}> <{php}>echo art_constant("MD_APPROVE");<{/php}> <{/if}> <{if $article.feature_category}> <{php}>echo art_constant("MD_UNFEATUREIT");<{/php}> <{elseif $article.publish_category}> <{php}>echo art_constant("MD_FEATUREIT");<{/php}> <{/if}> <{if $type eq "featured"}> <{php}>echo art_constant("MD_UPDATE_TIME");<{/php}> <{elseif $type eq "published"}> <{php}>echo art_constant("MD_UPDATE_TIME");<{/php}> <{/if}> <{if $article.admin}> <{php}>echo art_constant("MD_RESETRATE");<{/php}> <{/if}> <{/if}> <{php}>echo art_constant("MD_SELECT");<{/php}>
  2. <{/foreach}>
<{$smarty.const._ALL}>: <{php}>echo art_constant("MD_ACTIONS");<{/php}>: <{if $category.id gt 0 AND count($topics)>0}> <{/if}>
<{/if}>
<{$pagenav}>
<{if $categories}>
<{php}>echo art_constant("MD_CATEGORY");<{/php}>
<{foreach item=cat from=$categories}> <{$cat.title}> <{/foreach}>
<{/if}> <{if $topics}>
<{php}>echo art_constant("MD_TOPIC");<{/php}>
<{foreach item=top from=$topics}> /modules/<{$xoops_dirname}>/cp.article.php?topic=<{$top.id}>&from=<{$from}>"><{$top.title}> <{/foreach}>
<{/if}>