{template header}
{$catname}
{list catid=$catid page=$page order=updatetime more=1}

{$t['title']} 日期:{date("Y-m-d", $t['updatetime'])}

{$t['language']} | {php $os=string2array($t['os']);echo implode(',',$os)} | 大小:{$t['softsize']} | 人气:{$t['hits']}

{$t['description']}

{/list}
{$pagelist}
最新TOP10
    {list catid=$catid num=10 order=updatetime cache=36000}
  • {$t['title']}
  • {/list}
热点TOP10
    {list catid=$catid num=10 order=hits cache=36000}
  • {$t['title']}
  • {/list}
{template footer}