You are here

function uc_attribute_init in Ubercart 6.2

Implements hook_init().

File

uc_attribute/uc_attribute.module, line 265

Code

function uc_attribute_init() {
  drupal_add_css(drupal_get_path('module', 'uc_attribute') . '/uc_attribute.css');
}