{php include pubTemplate("header")}
全部 {loop $arrCate $key $item} {$item['catename']} {/loop}

{if $strCate} {$strCate['catename']} {else} {$TS_APP['appname']} {/if}

{if $strCate && $strCate['cateinfo']}
{tsTitle($strCate['cateinfo'])}
{/if} {if $ac=='index'}
{$TS_APP['appdesc']}
{/if}
{loop $arrArticle $key $item}
{if $item['photo']}
{$item['title']} {if $item['istop']=='1'} [置顶] {/if}
{$item['user']['username']} 发表于 {$item['addtime']}
{if $item['gaiyao']}{tsTitle($item['gaiyao'])}{else}暂无概要{/if} (查看全文)
{$item['count_view']} {$item['count_comment']}
{else}
{$item['title']} {if $item['istop']=='1'} [置顶] {/if}
{$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}
{if $arrTwoCate}
二级分类
{loop $arrTwoCate $key $item} {$item['catename']} {/loop}
{/if}
推荐阅读
一周热门
一月热门
{php doAction('gobad','300')}
{php include pubTemplate("footer")}