function uc_ups_init in Ubercart 6.2
Implements hook_init().
File
- shipping/
uc_ups/ uc_ups.module, line 49 - Shipping quote module that interfaces with www.ups.com to get rates for small package shipments.
Code
function uc_ups_init() {
drupal_add_css(drupal_get_path('module', 'uc_ups') . '/uc_ups.css');
}