--- faq\faq.module 2007-10-11 07:49:42.000000000 -0400 +++ faq.module 2007-11-01 13:24:21.390625000 -0400 @@ -1740,10 +1740,14 @@ function _get_indented_faq_terms($vid, $ if ($tree_count) { // get term description $desc = ''; + if (module_exists('taxonomy_image')) { + $desc .= taxonomy_image_display($term->tid, 'align="left" hspace="3"'); + } if (!empty($term->description)) { - $desc = '
'; + $desc .= '
'; $desc .= $term->description ."