ensure_my_table(); $this->add_additional_fields(); } /** * Return field html. */ function render($values) { $count = taxonomy_term_count_nodes($values->tid, 'image'); $output = theme('image_gallery_count', $count); return $this->render_link($output, $values); } }