{extend name="index_base" /} {block name="seo"} {if $title}精选帖子 - {$site_config['site_title']} - {$site_config['seo_title']} {/block} {block name="body"}
{include file="index/menu"}
    {volist name="tptc" id="vo"}
  • {$vo.username}

    {$vo.title} {if condition="$vo['settop'] eq 1"}置顶{/if} {if condition="$vo['choice'] eq 1"}精帖{/if}

    {$vo.username} {$vo.time|friendlyDate} {$vo.name} {$vo.reply} {$vo.view}

  • {/volist}
{$tptc->render()}
{include file="index/right"} {/block}