summaryrefslogtreecommitdiff
path: root/modules/comment/views/show_comments.html.php
blob: 5ba45883e257b57b78a492a1c7338649a7617392 (plain)
1
2
3
4
5
6
7
8
9
<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="gComments">
  <? if ($comment_list): ?>
    <h2><?= _("Comments") ?></h2>
    <?= $comment_list ?>
  <? endif ?>

  <?= $comment_form ?>
</div>