Files
gallery3/modules/comment/views/show_comments.html.php
2008-11-11 20:54:12 +00:00

10 lines
251 B
PHP

<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="gComments"><!-- BEGIN #gComments -->
<? if ($comment_list): ?>
<h2>Comments</h2>
<?= $comment_list ?>
<? endif ?>
<?= $comment_form ?>
</div><!-- END #gComments -->