You are here

function commerce_license_theme in Commerce License 7

Same name and namespace in other branches
  1. 8.2 commerce_license.module \commerce_license_theme()

Implements hook_theme().

File

./commerce_license.module, line 191
Provides a framework for selling access to local or remote resources.

Code

function commerce_license_theme() {
  return array(
    'commerce_license' => array(
      'render element' => 'elements',
      'template' => 'theme/commerce_license',
    ),
  );
}