AlkantarClanX12
| Current Path : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/ |
| Current File : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/comment-wrapper.tpl.php |
<?php if ($content['#node']->comment and !($content['#node']->comment == 1 and $content['#node']->comment_count)) { ?>
<div id="comments" class="mt-60">
<h4 class="blog-page-title mb-15"><?php print t('Comments'); ?><small><span class="slash-divider">/</span> <?php print $content['#node']->comment_count; ?></small></h4>
<ul class="media-list text comment-list">
<?php print render($content['comments']); ?>
</ul>
</div>
<!-- DIVIDER -->
<hr class="mt-30 mb-0">
<!-- CONTACT FORM -->
<div class="grey-light-bg leave-comment-cont">
<h4 class="blog-page-title mt-50 mb-25">LEAVE A COMMENT</h4>
<div class="contact-form-container">
<?php if($node->type == 'product_display'): ?>
<?php print rate_embed($node, 'product_rating', RATE_COMPACT); ?>
<?php endif; ?>
<?php print str_replace('resizable', '', render($content['comment_form'])); ?>
</div>
</div>
<!-- End Comments -->
<?php } ?>