function uc_dropdown_attributes_init in Dropdown Attributes 6
Implement hook_init().
File
- ./
uc_dropdown_attributes.module, line 65 - Show/hide attributes based on the values of other attributes.
Code
function uc_dropdown_attributes_init() {
drupal_add_css(drupal_get_path('module', 'uc_dropdown_attributes') . '/uc_dropdown_attributes.css');
}