{template 'common/header'} {template 'common_css'}
当前分类: {$category['title']}
筛选
{if !empty($_GPC['recycle'])}回收站的评论{else}评论记录{/if}
{loop $comments $row}

ID: {$row['id']} {$row['user']['nickname']}{$row['createtime']} {if !empty($_GPC['recycle'])} {/if} {if $row['recycle']==1} 正常显示{else} 放入回收站{/if}

{$row['content']}

{if is_array($row['thumb'])} {loop $row['thumb'] $pic} {/loop} {/if}

{loop $children[$row['id']] $comment}

{$avatar['nickname']} 店主回复:{$comment['content']}

{/loop}
{/loop} {$pager}
{template 'common/footer'}