<{$modulename}> <{foreach item=track from=$tracks}> :: <{$track.title}> <{/foreach}> <{foreach item=track from=$tracks_extra}> :: <{$track.title}> <{/foreach}>
?????????RSS

<{foreach item=track from=$page_meta}> <{$track.title}> <{/foreach}>

<{if $author}>
<{if $author.avatar}>
<{$author.uname}>
<{/if}>
<{foreach item=profile from=$author.profiles}>
<{$profile.content}>
<{/foreach}> <{if count($author.mods)>0}>
<{foreach item=mod from=$author.mods}> <{$mod.title}> <{/foreach}>
<{/if}> <{if $author.stats}>
<{php}>echo art_constant("MD_ARTICLES");<{/php}>:<{$author.stats.articles}> <{php}>echo art_constant("MD_FEATURED");<{/php}>:<{$author.stats.featured}> <{php}>echo art_constant("MD_TOPICS");<{/php}>:<{$author.stats.topics}>
<{/if}>
<{/if}>
<{foreach item=item from=$options.type}> <{$item}> <{/foreach}>
<{foreach item=item from=$options.sort}> <{$item}> <{/foreach}> | <{foreach item=item from=$options.order}> <{$item}> <{/foreach}>
<{if count($articles) gt 0}>
<{php}>echo art_constant("MD_ARTICLES");<{/php}> <{$smarty.const._MORE}>
    > <{foreach item=article from=$articles}>
  1. <{$article.title}> <{if $article.image}><{/if}>
    <{if count($article.categories)>0}>
    <{php}>echo art_constant("MD_CATEGORIES");<{/php}>: <{foreach item=category key=catid from=$article.categories}> <{$category.title}> <{/foreach}>
    <{/if}> <{if $article.summary}>
    <{$article.summary}>
    <{/if}>
  2. <{/foreach}>
<{/if}>
<{$pagenav}>