--- catcloud-v0.4/catcloud.php 2007-03-05 22:14:29.000000000 +0100 +++ catcloud-v0.4-mod/catcloud.php 2007-03-05 22:14:21.000000000 +0100 @@ -163,8 +163,10 @@ /* Grab category url, title, name and count */ list($url, $title, $name, $count) = $cat; # $name .= " ($count)"; + if ($title) { $output['data'] .= sprintf("\t".'%s'."\n", /* Build new category link */ $url, $title, $count, abs($count) != 1 ? 'entries' : 'entry', $count, $name); + } $counts[$count] = 1; /* Keep unique list of counts */ } $output['data'] .= ''."\n";