You are here

function commerce_cp_theme in Commerce Cart Pane 7

Implements hook_theme().

File

./commerce_cp.module, line 55

Code

function commerce_cp_theme() {
  return array(
    'commerce_cp_builder_form' => array(
      'render element' => 'form',
      'file' => 'commerce_cp.admin.inc',
    ),
  );
}