diff options
Diffstat (limited to 'modules/comment/views')
| -rw-r--r-- | modules/comment/views/comments.html.php | 3 |
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> |
