Closed (fixed)
Project:
Views Bonus Pack
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2007 at 13:44 UTC
Updated:
24 May 2008 at 15:12 UTC
Fatal error: Call to undefined function theme_add_style() in /home/cl0udy/public_html/gemstudent/sites/all/modules/views_bonus/views_bonus_summary_combo.module on line 68
Line 68
theme_add_style(drupal_get_path('module', 'views_bonus') .'/views_bonus.css');
should be
drupal_add_css(drupal_get_path('module', 'views_bonus_summary_combo') .'/views_bonus.css');
Comments
Comment #1
dmitrig01 commentedFixed a while ago.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.