uc_stock_theme
Drupal 7 uc_stock_theme()
Implements hook_theme().
File
- sites/
all/ modules/ ubercart/ uc_stock/ uc_stock.module, line 102 - Allow ubercart products to have stock levels associated with their SKU
Code
function uc_stock_theme() {
return array(
'uc_stock_edit_form' => array(
'render element' => 'form',
'file' => 'uc_stock.admin.inc',
),
);
}

