You are here

function template_preprocess_commerce_admin_order_email in Commerce Email 7

File

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

Code

function template_preprocess_commerce_admin_order_email(&$variables) {
  $variables['theme_hook_suggestions'][] = 'commerce_admin_order_email__' . $variables['language'];
}