Hide the "no comments yet" text after the first comment is posted.

Fixes ticket #196.
This commit is contained in:
Bharat Mediratta
2009-04-06 00:27:24 +00:00
parent a4323c79ee
commit 8ae2305289
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? if (!$comments->count()): ?>
<p>
<p id="gNoCommentsYet">
<?= t("No comments yet. Be the first to <a %attrs>comment</a>!",
array("attrs" => "href=\"#add_comment_form\" class=\"showCommentForm\"")) ?>
</p>