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

  <?= $comment_form ?>
</div>