Files
gallery3/modules/comment/views/show_comments.html.php
2008-11-15 16:52:23 +00:00

12 lines
255 B
PHP

<? 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>