function commerce_price_table_theme in Commerce Price Table 7
Implements hook_theme().
File
- ./
commerce_price_table.module, line 396
Code
function commerce_price_table_theme() {
return array(
'commerce_multiprice_default' => array(
'variables' => array(
'items' => array(),
),
),
);
}