<{$article.title}>


<{if $article.author}> <{php}>echo planet_constant("MD_AUTHOR")<{/php}>: <{$article.author}> | <{else}> <{php}>echo planet_constant("MD_SOURCE")<{/php}> | <{/if}> <{$article.blog.title}>
<{php}>echo planet_constant("MD_DATE")<{/php}>: <{$article.time}> <{if $user_level gt 1}> | <{$smarty.const._EDIT}><{/if}>
<{php}>echo planet_constant("MD_VIEWS")<{/php}>: <{$article.views}> <{if $article.rates OR $canrate}> | <{php}>echo planet_constant("MD_RATE")<{/php}>: <{if $article.rates}> <{$article.star}>/<{$article.rates}> <{/if}> <{if $canrate}> ( <{section name=rate loop=6 max=5 step=-1}> <{$smarty.section.rate.index}> <{/section}> )<{/if}> <{/if}>

<{$article.content}>

<{if $sibling}>
<{if $sibling.previous}> <{php}>echo planet_constant("MD_PREVIOUS")<{/php}> <{$sibling.previous.title}> <{/if}> <{if $sibling.next}> <{$sibling.next.title}> <{php}>echo planet_constant("MD_NEXT")<{/php}> <{/if}>
<{/if}>
<{php}>echo planet_constant("MD_URL")<{/php}>: " ><{$xoops_url}>/modules/<{$xoops_dirname}>/view.article.php<{$smarty.const.URL_DELIMITER}><{$article.id}>
<{php}>echo planet_constant("MD_TRACKBACK")<{/php}>: " ><{$xoops_url}>/modules/<{$xoops_dirname}>/trackback.php<{$smarty.const.URL_DELIMITER}><{$article.id}> <{if $copyright}>
<{$copyright}> <{/if}>

<{if $commentsnav}>
<{$commentsnav}> <{$lang_notice}>
<{if $comment_mode == "flat"}> <{include file="db:system_comments_flat.html"}> <{elseif $comment_mode == "thread"}> <{include file="db:system_comments_thread.html"}> <{elseif $comment_mode == "nest"}> <{include file="db:system_comments_nest.html"}> <{/if}>
<{/if}> <{if $xoops_notification}> <{include file='db:system_notification_select.html'}> <{/if}>