101,103c101 < if (module_exist("taxonomy_image")) { < $output .= form_radios(t("Taxonomy images"), "marvin_2k_taxonomy_images", variable_get("marvin_2k_taxonomy_images", 0), array(t("Disabled"), t("Enabled"))); < } --- > 137,140d134 < if ($tabs = theme('menu_local_tasks')) { < $tabs; < } < 239d232 < "tabs" => $tabs, 282,287c275 < if (module_exist("taxonomy_image") && variable_get('marvin_2k_taxonomy_images', 0)) { < foreach (taxonomy_node_get_terms($node->nid) as $term) { < $images[] = l(taxonomy_image_display($term->tid, "alt='$term->name'"), "taxonomy/term/$term->tid", array('title' => $term->name)); < } < } < } --- > } 297,298c285 < "taxonomy_image" => $images ? "