mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
10 lines
251 B
PHP
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 -->
|