linke 124:
old //drupal_set_html_head(theme_stylesheet_import(base_path() . $stylesheet));
new: drupal_add_css(base_path().$stylesheet,'module');
linke 124:
old //drupal_set_html_head(theme_stylesheet_import(base_path() . $stylesheet));
new: drupal_add_css(base_path().$stylesheet,'module');
Comments
Comment #1
tcblack commentedA similar fix has already been applied in #198326: undefined function theme_stylesheet_import.
you can test it in 5.x-3.1-dev.