{include file="index/header"}

{$t.title}

{$t.content|htmlspecialchars_decode}

{volist name="tptc" id="vo"}

【{$vo.username}】: - {$vo.time|date="Y-m-d h:i:s",###}

{/volist}
{$tptc->render()}

分类

{volist name="newscate" id="vo"}

{$vo.name}

{/volist}

同类推荐

{volist name="artchoice" id="vo"}

{$vo.title}

{/volist}
{include file="index/footer"}