$term->tid))->fetchField(); if ($show_zero_term || $count > 0) { $items[] = l($term->name, "taxonomy/term/$term->tid") . " ($count)"; } } if (count($items)) { print theme('item_list', array('items' => $items)); } }