{php include pubTemplate("header")}
{template menu}
{loop $arrArticle $key $item}
{if $item['photo']}
{$item[user][username]} 发表于 {$item[addtime]}
{if $item['gaiyao']}{tsTitle($item['gaiyao'])}{else}暂无概要{/if} (查看全文)
{$item['count_view']} {$item['count_comment']}
{else}
{$item['user']['username']} 发表于 {$item['addtime']}
{if $item['score']==0}
{if $item['gaiyao']}{$item['gaiyao']}{else}暂无概要{/if} (查看全文)
{/if}
{$item['count_view']} {$item['count_comment']}
{/if}
{/loop}
{$pageUrl}
{template userinfo}
{php include pubTemplate("footer")}