0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: comment.tpl
{* $Id: comment.tpl 53166 2014-11-20 18:31:27Z jyhem $ *} {if empty($comment.doNotShow) or $comment.doNotShow != 1} <article class="post {$thread_style}{if $prefs.feature_comments_moderation eq 'y'} post-approved-{$comment.approved}{/if} {if $prefs.comments_archive eq 'y' && $comment.archived eq 'y'}archived_comment{/if}" {if isset($comment.threadId)}id="threadId{$comment.threadId}" {/if}{if $prefs.comments_archive eq 'y' && $comment.archived eq 'y'}style="display: none;"{/if}> <div class="panel panel-default <!-- clearfix postbody-->"> {include file='comment-header.tpl'} {include file='comment-body.tpl'} {if $thread_style != 'commentStyle_headers'} {include file='comment-footer.tpl'} {/if} </div> </article> {/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'} <div class="sub_comment_area"> <div class="sub_comment"> {/if} {include file='comment.tpl' comment=$subcomment} {if $subcomment.doNotShow != 1 && $thread_style != 'commentStyle_plain'} </div> </div> {/if} {/foreach} {/if}