{include file='index/_header.html'}
首页 >> {if $page_type<=2:}{$topic.title}{/if} {if $page_type==3:}{$keyword} 关键字{/if} {if $page_type==4:}#{$tag}{/if}
{php $list=db($topic['model_table'])->cache()->field('content', true)->where($page_where)->where('status=1')->order('is_top DESC,sort ASC,id DESC')->paginate(10)}
    {foreach $list as $vo}
  • {$vo.title}

    {$vo.title}

    {:echo($topic['sub_nav'][$vo['tid']]['title'])} {$vo.update_time|date='Y-m-d'}
    {$vo.read_count}

    {$vo.summary|str_substr=70}

  • {/foreach}
{$list->links()}
{empty $list->toArray():}
本分类下无任何数据!
{/empty}
{include file='index/_sidebar.html'}
{include file='index/_footer.html'}