function commerce_pricing_attributes_theme in Commerce Pricing Attributes 7
Implements hook_theme().
File
- ./
commerce_pricing_attributes.module, line 26
Code
function commerce_pricing_attributes_theme($existing, $type, $theme, $path) {
return array(
'commerce_pricing_attributes_details' => array(
'render element' => 'element',
),
);
}