function uc_stock_theme in Ubercart 7.3
Same name and namespace in other branches
- 6.2 uc_stock/uc_stock.module \uc_stock_theme()
Implements hook_theme().
File
- uc_stock/
uc_stock.module, line 100 - 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',
),
);
}