You are here

function acquia_lift_profiles_theme in Acquia Lift Connector 7.2

Implementation of hook_theme().

File

acquia_lift_profiles/acquia_lift_profiles.module, line 42
acquia_lift_profiles.module Provides Acquia Lift Profiles integration.

Code

function acquia_lift_profiles_theme() {
  $path = drupal_get_path('module', 'acquia_lift_profiles');
  return array(
    'acquia_lift_profiles_lift_event_value_form_table' => array(
      'render element' => 'element',
      'path' => $path . '/theme',
      'file' => 'acquia_lift_profiles.theme.inc',
    ),
  );
}