Leave the comments title around, but add the "Be the first to comment"

message below it.
This commit is contained in:
Bharat Mediratta
2009-02-22 20:16:56 +00:00
parent a83b6e9180
commit f5169dd451
2 changed files with 4 additions and 2 deletions

View File

@@ -20,4 +20,7 @@
</li>
<? endforeach ?>
</ul>
<? if (!$comments->count()): ?>
<?= t("No comments yet. Be the first to comment!") ?>
<? endif ?>
<a name="add_comment_form"></a>