Want to know how to disable comments and customize the message below.
Leave a comment
Make sure you enter the (*) required information where indicated. HTML code is not allowed.
http://smilelicious.com/cgt/index.php/our-products/automotive
Thanks!
<?php if($params->get('commentsFormPosition')=='below' && $params->get('itemComments') && !JRequest::getInt('print') && ($params->get('comments') == '1' || ($params->get('comments') == '2' && K2HelperPermissions::canAddComment($this->item->catid)))): ?>
<h3> <?php echo JText::_('K2_LEAVE_A_COMMENT') ?> </h3>
<div class="itemCommentsForm">
<?php echo $this->loadTemplate('comments_form'); ?>
</div>
<?php endif; ?>