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
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)):
print $terms ) endif;
Mike
Comments
Comment #1
adrinux commentedThis 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.
Comment #2
mgiffordLooks good to me!
Thanks.
Mike