--- uc_alternative_price.module 2009-04-14 03:00:17.000000000 +1000 +++ uc_alternative_price.patched.module 2010-01-30 22:37:31.000000000 +1100 @@ -79,12 +79,10 @@ function uc_alternative_price_form_alter } /** -* Implementation of hook_menu(). +* Implementation of hook_init(). */ -function uc_alternative_price_menu($may_cache) { - if (!$may_cache) { - drupal_add_css(drupal_get_path('module', 'uc_alternative_price') .'/uc_alternative_price.css'); - } +function uc_alternative_price_init() { + drupal_add_css(drupal_get_path('module', 'uc_alternative_price') .'/uc_alternative_price.css'); } /**