{template 'header'}

{$topic['title']}


{php echo html_entity_decode($topic['details'], ENT_QUOTES)}
{loop $topic['picall'] $row} {/loop}

{if empty($ucollect)} 收藏 {else} 取消 {/if} {if empty($uzan)} 点赞 {else} 取消 {/if} 评论

{loop $zanarr $row} {$row['realname']} {/loop}
{loop $replyarr $row}

{$row['realname']}: {php echo str_replace("\n","
",$row['details']);} {if $user['id']==$row['userid']} 删除 {/if}

{/loop}

评论回复
{$topic['title']}
{template 'footer'}