{include file="style"} {include file="header"}

{$t.title}

{$t.laiyuan} {$t.time|times} {$t.view} 收藏
{$t.content}
{:ota('banquan')}
{volist name=":Db($t.m) ->where('tid='.$t.tid.' and id<'.$t.id) ->order('id desc') ->limit(1) ->select()" id="vo"}
上一篇 : {$vo.title}
{/volist} {volist name=":Db($t.m) ->where('tid='.$t.tid.' and id>'.$t.id) ->order('id asc') ->limit(1) ->select()" id="vo"}
下一篇 : {$vo.title}
{/volist}
{include file="default/comment"}

推荐阅读

    {volist name=":Db($t.m) ->where(array('open'=>1,'tid'=>$t.tid)) ->where('time<'.time().'') ->order('settop desc') ->limit(10) ->select()" id="vo"}
  • {$vo.title}
  • {/volist}

热门信息

    {volist name=":Db($t.m) ->where(array('open'=>1,'tid'=>$t.tid)) ->where('time<'.time().'') ->order('view desc') ->limit(10) ->select()" id="vo"}
  • {$i}{$vo.title}
  • {/volist}
{include file="footer"}