--- taxonomy_ticker.module 2006-08-11 13:01:51.000000000 -0400 +++ taxonomy_ticker.module_patched 2006-08-17 18:18:56.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'); + drupal_set_html_head(theme('stylesheet_import', base_path() . drupal_get_path('module', 'taxonomy_ticker') . '/taxonomy_ticker.css')); + drupal_add_js(drupal_get_path('module', 'taxonomy_ticker') . '/taxonomy_ticker.js'); } ?>