{m:include "index","header"}
{get_location($catid)}
{m:lists field="title,url,thumb,catid,description" catid="$catid" limit="10" page="page"} {loop $data $v}
[{get_catname($v['catid'])}]
{$v[title]}
{$v[description]}
[详细]
{/loop}
{$pages}
{m:lists field="title,thumb,url" catid="$catid" thumb="1" limit="3"} {php $total = count($data);} {loop $data $v}
{str_cut($v['title'], 36)}
{/loop}
{for $i=1; $i<=$total; $i++}
{$i}
{/for}
频道点击排行
{m:hits field="title,url,status" catid="$catid" limit="10"} {loop $data $v}
{str_cut($v['title'], 63)}
{/loop}
栏目推荐
{m:hits field="title,url,thumb" catid="$catid" flag="4" limit="5"} {loop $data $v}
{str_cut($v['title'], 63)}
{/loop}
最新评论
{m:comment_newest limit="5"}
{loop $data $v}
{$v[title]}
{if $v['userid']}{$v[username]}{else}网友评论{/if}:{$v[content]}
{/loop}
{m:include "index","footer"}