display message if no tags are found to display
This commit is contained in:
parent
da5d0d09da
commit
dc33ec9519
|
@ -240,6 +240,10 @@
|
|||
|
||||
}
|
||||
|
||||
if (db_num_rows($result) == 0) {
|
||||
print "<li>No tags to display.</li>";
|
||||
}
|
||||
|
||||
print "</ul>";
|
||||
|
||||
print "<div class=\"invisible\" id=\"FEEDTU\">$total_unread</div>";
|
||||
|
|
Loading…
Reference in New Issue