if ($count > 0) :
//do something to show categories
endif;
i would have to look at the php end of it, but, im sure it has something like an if statement saying something like...
PHP:if ($count > 0) : //do something to show categories endif;
so, if there is, you would have to change it. pretty simple fix.