--- erp/erp.inc	2006-12-06 01:01:09.000000000 -0600
+++ toServer/drupal.new/modules/erp/erp.inc	2007-01-15 23:47:12.000000000 -0600
@@ -7,7 +7,7 @@
 $erp_base_path = drupal_get_path('module', 'erp');
 variable_set('erp_base_path', $erp_base_path);
 
-theme_add_style($erp_base_path .'/erp.css');
+drupal_add_css($erp_base_path .'/erp.css');
 
 function shrink($text, $shrink = 0) {
   if (strlen($text) > $shrink + 2) {
