1 2 3 4 5 6 7 8 9 10 11
<? defined("SYSPATH") or die("No direct script access."); ?> <div id="gComments"> <? if ($comment_list): ?> <h2><?= _("Comments") ?></h2> <ul id="gCommentThread"> <?= $comment_list ?> </ul> <? endif ?> <?= $comment_form ?> </div>