{$t.title}
{if condition="$t['uid'] eq session('userid')"} 编辑{/if}
{$t.name}
{if condition="$t['settop'] eq 1"}置顶{/if}
{if condition="$t['choice'] eq 1"}精帖{/if}
{:hook('threadbanzhu',array('id'=>$t['id'],'tid'=>$t['tid'],'zuid'=>$t['uid']))}
{$t.reply}
{$t.view}
{$t['point']|getgradenamebyid=$t['userid']}
{$site_config['jifen_name']}:{$t.point}
{:hook('threadviewfee',array('id'=>$t['id'],'uid'=>session('userid'),'zuid'=>$t['uid']))}
{:hook('threadattach')}
{$content|htmlspecialchars_decode}
{if condition="$t['keywords'] neq ''"}
{volist name="keywordarr" id="vo"}
{$vo}
{/volist}
{/if}
-
{volist name="tptc" id="vo"}
-
{$vo.username}
{$vo.time|friendlyDate}{$vo.content|htmlspecialchars_decode}
{if condition="$vo['tid'] gt 0"}{$vo.tid|getcommentbyid}{/if}
{/volist}
{$tptc->render()}