--- taxonomy_ticker.module 2006-08-11 13:01:51.000000000 -0400 +++ taxonomy_ticker.module 2006-08-17 18:01:43.000000000 -0400 @@ -102,8 +102,8 @@ function taxonomy_ticker_settings() { } function taxonomy_ticker_init() { - theme_add_style("modules/taxonomy_ticker/taxonomy_ticker.css"); - drupal_add_js('modules/taxonomy_ticker/taxonomy_ticker.js'); + theme_add_style(drupal_get_path('module', 'taxonomy_ticker') . '/taxonomy_ticker.css'); + drupal_add_js(drupal_get_path('module', 'taxonomy_ticker') . '/taxonomy_ticker.js'); } ?>