Any reason why empty categories should ever be displayed to a user? Please add this to your template for future releases if not:

if (!empty($terms)):

( categories: print $terms )

endif;

Mike

Comments

adrinux’s picture

Category: feature » bug

This should have been fixed in the updates I did on the 9th January. Are you say that the code currently in CVS hasn't fixed this problem? Please make sure this cvs node.tpl.php matches yours, and submit a patch if the current code doesn't work.

Changing this to a bug report but leaving active.

mgifford’s picture

Status: Active » Closed (fixed)

Looks good to me!

Thanks.

Mike