You are here

function uc_discounts_theme in Ubercart Discounts (Alternative) 7.2

Same name and namespace in other branches
  1. 6.2 uc_discounts/uc_discounts.module \uc_discounts_theme()

Implements hook_theme().

File

uc_discounts/uc_discounts.module, line 688

Code

function uc_discounts_theme() {
  return array(
    'uc_discounts_uc_cart_review_table' => array(
      'variables' => array(
        'items' => array(),
        'show_subtotal' => TRUE,
        'discount' => '',
      ),
    ),
  );
}