Files
gallery3/modules/comment/views/show_comments.html.php

12 lines
255 B
PHP
Raw Normal View History

2008-11-11 20:54:12 +00:00
<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="gComments">
2008-11-11 20:54:12 +00:00
<? if ($comment_list): ?>
<h2><?= _("Comments") ?></h2>
2008-11-15 16:52:23 +00:00
<ul id="gCommentThread">
<?= $comment_list ?>
</ul>
2008-11-11 20:54:12 +00:00
<? endif ?>
<?= $comment_form ?>
</div>