diff --git a/functions.php b/functions.php index f3e6a62e7..7727a0a8f 100644 --- a/functions.php +++ b/functions.php @@ -5079,10 +5079,13 @@ return; } - print_headline_subtoolbar($link, $feed_site_url, $feed_title, - $feed, $cat_view, $search, $match_on, $search_mode, $view_mode); + if (db_num_rows($result) > 0) { + print_headline_subtoolbar($link, $feed_site_url, $feed_title, + $feed, $cat_view, $search, $match_on, $search_mode, $view_mode); + + print "
"; - print "
"; + } } $headlines_count = db_num_rows($result); @@ -5554,7 +5557,7 @@ } if (!$offset) { - print "
"; + if ($headlines_count > 0) print "
"; print ""; }