You are here

function theme_uc_dropdown_attributes_class in Dropdown Attributes 7

Form theme handler for uc_dropdown_attributes_class().

File

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

Code

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