In taxonomy_dhtml.module, in line 108-109, 'menuExpandable4.css' and 'menuExpandable4.js' should be lowercase!

drupal_add_css($modpath . '/menuexpandable4.css', 'screen');
drupal_add_js($modpath . '/menuexpandable4.js');

Comments

Anonymous’s picture

Status: Active » Closed (fixed)

This module is no longer being actively developed as it duplicates functionality that can be obtained through the usage of taxonomy_menu ( http://drupal.org/project/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ).