Due to the changes in this issue http://drupal.org/node/13148 this module has been broken when the URL to control_panel is not match the URL that points to the Drupal directory.

The base url has been removed, and drupal_get_path returns a path relative to the Drupal directory (without leading slash).

Another issue: CSS @import url(...); doesn't hide CSS on IE4, but @import "..."; does.

Comments

scott_dft’s picture

I've mentioned to der over on the blockbar issues (here) the need to use the new function theme_add_style() to set the correct base.

It will take a while for all contributed modules to conform to the new procedures, but it sounds like it was a needed revision.

Scott

dreed47’s picture

Assigned: Unassigned » dreed47
Status: Active » Fixed

code has been updated to call theme_add_style() to add the stylesheet

Anonymous’s picture

Status: Fixed » Closed (fixed)