function uc_dropdown_attributes_theme in Dropdown Attributes 8
Same name and namespace in other branches
- 7 uc_dropdown_attributes.module \uc_dropdown_attributes_theme()
Implements hook_theme().
File
- ./
uc_dropdown_attributes.module, line 686 - A module for uc_dropdown_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',
),
);
}