You are here

function uc_stock_theme in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_stock/uc_stock.module \uc_stock_theme()

Implements hook_theme().

File

uc_stock/uc_stock.module, line 94

Code

function uc_stock_theme() {
  return array(
    'uc_stock_edit_form' => array(
      'arguments' => array(
        'content' => NULL,
      ),
      'file' => 'uc_stock.admin.inc',
    ),
  );
}