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

<{$article.title}>


<{if $page eq 0}>
<{if $article.image}>
<{$article.title}>
<{$article.image.caption}>
<{/if}>
<{if $article.writer}>
<{$article.writer.name}>
<{/if}> <{if $article.source}>
<{$article.source}>
<{/if}> <{if $article.summary}>
<{$article.summary}>
<{/if}> <{if $tagbar}> <{assign var=mode_tagbar value=2}> <{if $mode_tagbar eq 1}>
<{includeq file="tag_bar.html"}>
<{else}>
<{foreachq item=keyword from=$tagbar.tags}> <{$keyword}> <{/foreach}>
<{/if}> <{/if}>
<{/if}>
<{$article.text.title}>
<{if $article.headings}>
<{php}>echo art_constant("MD_HEADINGS");<{/php}>
    <{foreachq item=heading from=$article.headings}>
  1. <{$heading}>
  2. <{/foreach}>
<{/if}> <{if $article.writer.profile}>
<{php}>echo art_constant("MD_PROFILE");<{/php}>: <{$article.writer.name}>
<{if $article.writer.avatar}>
<{$article.writer.avatar}>
<{/if}>
<{$article.writer.profile}>
<{/if}>
<{$article.text.body}>
<{if $article.notes}>
<{php}>echo art_constant("MD_NOTES");<{/php}>
    <{foreachq item=note from=$article.notes}>
  1. <{$note}>
  2. <{/foreach}>
<{/if}> <{if $article.subtitles}>
<{php}>echo art_constant("MD_SUBTITLES");<{/php}>
    <{foreachq item=subtitle from=$article.subtitles}>
  1. <{$subtitle.title}>
  2. <{/foreach}>
<{/if}> <{if $article.pages}>
<{php}>echo art_constant("MD_PAGES");<{/php}>: <{$article.pages}>
<{/if}>
<{if $sibling}>
<{if $sibling.previous}> <{php}>echo art_constant("MD_PREVIOUS");<{/php}> <{$sibling.previous.title}> <{/if}> <{if $sibling.next}> <{$sibling.next.title}> <{php}>echo art_constant("MD_NEXT");<{/php}> <{/if}>
<{/if}> <{if $links}>
<{php}>echo art_constant("MD_ELINKS");<{/php}>
<{/if}> <{if $categories}>
<{php}>echo art_constant("MD_CATEGORIES");<{/php}>
<{foreachq item=cat name=cat from=$categories}> <{$cat.title}> <{/foreach}>

<{/if}> <{if $topics}>
<{php}>echo art_constant("MD_TOPICS");<{/php}>
<{foreachq item=topic name=topic from=$topics}> <{$topic.title}> <{/foreach}>

<{/if}> <{if $do_trackback}>
<{php}>echo art_constant("MD_TRACKBACKS");<{/php}>
<{includeq file="db:`$xoops_dirname`_trackback.html"}>
<{/if}> <{if $sponsors}>
<{php}>echo art_constant("MD_SPONSORS");<{/php}>
<{includeq file="db:`$xoops_dirname`_inc_sponsor.html"}>
<{/if}> <{if $canRate}>
<{php}>echo art_constant("MD_RATE");<{/php}>
<{php}> for($i=10;$i>0;$i--) echo''.$i.''; <{/php}>
<{/if}>
API: <{if $transfer}> <{if $transfer.more}> <{$transfer.title}> <{/if}> <{foreachq item=opt key=op from=$transfer.list}> <{$opt.title}> <{/foreach}> | <{/if}> <{php}>echo art_constant("MD_RSS");<{/php}> | <{php}>echo art_constant("MD_RDF");<{/php}> | <{php}>echo art_constant("MD_ATOM");<{/php}> <{if $isauthor OR $isadmin}> | <{php}>echo art_constant("MD_CPANEL");<{/php}> <{/if}>
<{if $copyright}>
<{$copyright|strip_tags}>
<{/if}> <{if $commentsnav}>
<{$commentsnav}> <{$lang_notice}>
<{if $comment_mode == "flat"}> <{includeq file="db:system_comments_flat.html"}> <{elseif $comment_mode == "thread"}> <{includeq file="db:system_comments_thread.html"}> <{elseif $comment_mode == "nest"}> <{includeq file="db:system_comments_nest.html"}> <{/if}>
<{/if}> <{if $xoops_notification}> <{includeq file='db:system_notification_select.html'}> <{/if}> <{if $do_counter>0}> <{/if}>