<{if $category}> <{php}>echo planet_constant("MD_CATEGORY")<{/php}>: <{$category.title}> <{elseif $user}> <{php}>echo planet_constant("MD_BOOKMARKS")<{/php}>: <{$user.name}> (<{$user.marks}>) <{elseif $blog}> <{php}>echo planet_constant("MD_BLOG")<{/php}>: <{$blog.title}> <{else}> <{$pagetitle}> <{/if}>

<{if $blog}>
<{if $blog.image}>
<{/if}> <{if $blog.desc}><{$blog.desc}> | <{/if}> <{php}>echo planet_constant("MD_URL")<{/php}> | <{php}>echo planet_constant("MD_FEED")<{/php}> <{if $user_level gt 1}>| <{$smarty.const._EDIT}><{/if}>
<{php}>echo planet_constant("MD_LASTUPDATE")<{/php}>: <{$blog.time}> (<{php}>echo planet_constant("MD_UPDATE")<{/php}>)
<{if $blog.marks OR $user_level gt 0}> <{php}>echo planet_constant("MD_BOOKMARKS")<{/php}>: <{$blog.marks}> <{if $user_level gt 0}>( <{php}>echo planet_constant("MD_BOOKMARK")<{/php}> )<{/if}> <{/if}> <{if $blog.rates OR $canrate}> | <{php}>echo planet_constant("MD_RATE")<{/php}>: <{if $blog.rates}> <{$blog.star}>/<{$blog.rates}> <{/if}> <{if $canrate}> ( <{section name=rate loop=6 max=5 step=-1}> <{$smarty.section.rate.index}> <{/section}> )<{/if}> <{/if}>
<{/if}>
<{foreach item=article from=$articles}>
<{$article.title}>
<{if $is_list eq 0}>
<{if $article.author}><{$article.author}> | <{/if}> <{$article.time}> <{if $article.views}> | <{$article.views}> <{$smarty.const._READS}><{/if}> <{if $article.rates}> | <{$article.star}>/<{$article.rates}> <{/if}>
<{if $article.content}>

<{$article.content}>

<{/if}>
<{$article.blog.title}> | "><{php}>echo planet_constant("MD_COMMENTS")<{/php}> (<{$article.comments}>) | T : B

<{/if}> <{/foreach}> <{if $pagenav}>
<{/if}>
<{if $xoops_notification}> <{include file='db:system_notification_select.html'}> <{/if}> <{if $do_pseudocron}> <{/if}>