Using the new cvs (Sept 18 06) on 4.7.3 I'm getting this Fatal error:
Call to undefined function: drupal_add_css() in .../modules/menu_bar/menu_bar.module on line 37

line 37 is as follows:
drupal_add_css($path .'/menu_bar.css');

Comments

kevinwalsh’s picture

Status: Active » Closed (fixed)

oops, i just realized it's for drupal 5.0. silly me.

kevinwalsh’s picture

maybe this should be indicated at http://drupal.org/project/menu_bar ...