2008-11-11 20:54:12 +00:00
|
|
|
<? defined("SYSPATH") or die("No direct script access."); ?>
|
2008-11-11 22:46:25 +00:00
|
|
|
<div id="gComments">
|
2008-11-11 20:54:12 +00:00
|
|
|
<? if ($comment_list): ?>
|
2008-11-11 22:46:25 +00:00
|
|
|
<h2><?= _("Comments") ?></h2>
|
2008-11-11 20:54:12 +00:00
|
|
|
<?= $comment_list ?>
|
|
|
|
|
<? endif ?>
|
|
|
|
|
|
|
|
|
|
<?= $comment_form ?>
|
2008-11-11 22:46:25 +00:00
|
|
|
</div>
|