You are here

function theme_uc_dropdown_attributes_product in Dropdown Attributes 7

Form theme handler for uc_dropdown_attributes_product().

File

./dependent_dropdown.inc, line 86
Administrative interface for specifying the attribute dependencies.

Code

function theme_uc_dropdown_attributes_product($variables) {
  return _uc_dropdown_attributes_construct_table($variables['form']);
}