You are here

function uc_varprice_theme in UC Variable Price 6

Same name and namespace in other branches
  1. 7 uc_varprice.module \uc_varprice_theme()

Implementation of hook_theme()

File

./uc_varprice.module, line 18
Defines a product feature to turn any product into a variable priced product.

Code

function uc_varprice_theme() {
  return array(
    'varprice_qty' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}