-
{volist name="tptc" id="vo"}
-
{$vo.title} 置顶 {if condition="$vo['choice'] eq 1"}精帖{/if}
{$vo.username} {$vo.time|friendlyDate} {$vo.name} {$vo.reply} {$vo.view}
{/volist}
-
{volist name="tptcs" id="vo"}
-
{$vo.title} {if condition="$vo['choice'] eq 1"}精帖{/if}
{$vo.username} {$vo.time|friendlyDate} {$vo.name} {$vo.reply} {$vo.view}
{/volist}
{$tptcs->render()}