mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 03:30:34 -04:00
Hide the "no comments yet" text after the first comment is posted.
Fixes ticket #196.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user