{* $Id$ *} {if empty($comment.doNotShow) or $comment.doNotShow != 1}
{include file='comment-header.tpl'} {include file='comment-body.tpl'} {if $thread_style != 'commentStyle_headers'} {include file='comment-footer.tpl'} {/if}
{/if} {if (!isset($first) or $first neq 'y') and isset($comment.replies_info) and $comment.replies_info.numReplies > 0 && $comment.replies_info.numReplies != '' } {foreach from=$comment.replies_info.replies item="subcomment"} {if $subcomment.doNotShow != 1 && $thread_style != 'commentStyle_plain'}
{/if} {include file='comment.tpl' comment=$subcomment} {if $subcomment.doNotShow != 1 && $thread_style != 'commentStyle_plain'}
{/if} {/foreach} {/if}