You are here

function commerce_coupon_usage_theme in Commerce Coupon 7.2

Implements hook_theme().

File

modules/usage/commerce_coupon_usage.module, line 340

Code

function commerce_coupon_usage_theme() {
  return array(
    'commerce_coupon_usage_summary' => array(
      'variables' => array(
        'coupon_id' => 0,
        'details_link_text' => 'Details',
      ),
    ),
  );
}