{template "content","header"}
{$catname}
{pc:content action="lists" catid="$catid" num="13" order="id DESC" page="$page"}
    {loop $data $r}
  • {date('Y-m-d H:i:s',$r[inputtime])}{$r[title]}

    {str_cut($r[description],192,'..')}

  • {if $n%5==0}
  • {show_ad(1, 15)}

  • {/if} {/loop}
{$pages}
{/pc}
{$catname}热点:广告也排行
{show_ad(1, 11)}
{$catname}热点:月排行
    {pc:content action="hits" catid="$catid" num="10" order="monthviews DESC" cache="3600"} {loop $data $v}
  • {$v[title]}{number_format($v[monthviews])}
  • {/loop} {/pc}
{$catname}热点:总排行
    {pc:content action="hits" catid="$catid" num="10" order="views DESC" cache="3600"} {loop $data $v}
  • {$v[title]}{number_format($v[views])}
  • {/loop} {/pc}
{template "content","footer"}