You are here

function commerce_email_theme in Commerce Email 7.2

Same name and namespace in other branches
  1. 7 commerce_email.module \commerce_email_theme()

Implements hook_theme()

File

./commerce_email.module, line 41
Defines additional menu item and order html email functonality.

Code

function commerce_email_theme() {
  return array(
    'commerce_email_order_items' => array(
      'variables' => array(
        'commerce_order_wrapper' => NULL,
      ),
    ),
  );
}