uc_stock_theme

  1. drupal
    1. 6 uc_stock.module function
    2. 7 uc_stock.module function
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',
    ),
  );
}