You are here

function uc_recurring_product_theme in UC Recurring Payments and Subscriptions 7.2

Implements hook_uc_theme().

File

modules/uc_recurring_product/uc_recurring_product.module, line 227
Add recurring payments/fees to a product. This is imlpemented through Ubercarts product features.

Code

function uc_recurring_product_theme($existing, $type, $theme, $path) {
  return array(
    'uc_recurring_product_message' => array(
      'variables' => array(
        'message' => '',
      ),
    ),
  );
}