function uc_dropdown_attributes_theme in Dropdown Attributes 7
Same name and namespace in other branches
- 8 uc_dropdown_attributes.module \uc_dropdown_attributes_theme()
Implements hook_theme().
File
- ./
uc_dropdown_attributes.module, line 702 - Show/hide attributes based on the values of other attributes.
Code
function uc_dropdown_attributes_theme() {
return array(
'uc_dropdown_attributes_product' => array(
'render element' => 'form',
),
'uc_dropdown_attributes_class' => array(
'render element' => 'form',
),
);
}