Link on taxonomy image in taxonomy list.
rudins - May 28, 2009 - 12:35
| Project: | Taxonomy List |
| Version: | 6.x-2.0-rc1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
5.x version has this feature. 6.x does not?
Or did I miss something?

#1
No, I did not miss.
Changed line 170 to:
$new_tree[$tid]->image = $taxo_img ? l(taxonomy_image_display($term->tid, NULL, NULL, array('wrapper' => FALSE,)),$term_path, $options = array('html' => TRUE) ) : NULL;and I got links.