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

10 lines
214 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-11 20:54:12 +00:00
<?= $comment_list ?>
<? endif ?>
<?= $comment_form ?>
</div>