{include file="common/head"/}
{$ptitle}
{tlist db='category' id='vo' where='pid=".$pid." ' order="sort asc" limit="8"}
{$vo.title}
{/tlist}
这里可作为广告区域
{tlist db='ad' id='list' limit="3" where="as_id = 5 and open=1"} {$list.title} {/tlist}
{if $lists}
    {volist name="lists" id="vo"}
  • {$vo.title}

    {$vo.title}

    {$vo.username} {$vo.time} {$vo.hits}
    {if ($vo.posid eq 3)} 置顶 {elseif ($vo.posid eq 1 or $vo.posid eq 2)/} 推荐 {/if}
  • {/volist}
{$page|raw}
{else/}
没有相关数据
{/if}
{include file="common/footer"/}