--- taxonomy_dhtml.module 2006-04-09 17:28:46.000000000 +0200 +++ old.taxonomy_dhtml.module 2006-07-09 20:10:12.000000000 +0200 @@ -25,7 +25,7 @@ $tree = taxonomy_get_tree($vocabulary_id); // build an array which holds all children of current term. necessary to build a proper 'or' value in the HREF foreach ($tree as $term) { - $url = "taxonomy/term/$term->tid/9"; + $url = "taxonomy/term/$term->tid"; if ($op) { $url .= "/$op"; } @@ -174,7 +174,7 @@ $old_depth = $term->depth; // if children exist, output with proper class and id attributes, else, output item with specified link or default link if ($term->depth < $tree[$m+1]->depth) { - $link = l(t($term->name), "taxonomy/term/$term->tid/9", + $link = l(t($term->name), "taxonomy/term/$term->tid", array("title" => t($term->description), "class" => "actuator", "id" => "actuator$tdhtml_ul")); @@ -184,7 +184,7 @@ $link = $term->link; $output .= "