summaryrefslogtreecommitdiff
path: root/modules/comment/views/comments.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/views/comments.html.php')
-rw-r--r--modules/comment/views/comments.html.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php
index b407930e..ce99cbe7 100644
--- a/modules/comment/views/comments.html.php
+++ b/modules/comment/views/comments.html.php
@@ -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>