display message if no tags are found to display

This commit is contained in:
Andrew Dolgov 2005-10-16 09:04:17 +01:00
parent da5d0d09da
commit dc33ec9519
1 changed files with 4 additions and 0 deletions

View File

@ -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>";