Closed (fixed)
Project:
Taxonomy dhtml
Version:
5.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2008 at 11:39 UTC
Updated:
12 Apr 2009 at 04:11 UTC
Jump to comment: Most recent
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
Comment #1
Anonymous (not verified) commentedThis 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 ).