{include file="common/head"/}
{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}
推荐文章
{clist db='article' id='vo' where="posid = 1 or posid=2" limit='8'}
{$vo.title} {$vo.hits}
{/clist}
这里可作为广告区域
{tlist db='ad' id='list' limit="3" where="as_id = 5 and open=1"} {$list.title} {/tlist}
{include file="common/footer"/}