You are here

function ctools_mobile_codes_theme_alter in Mobile Codes 7.2

Same name and namespace in other branches
  1. 6.2 includes/ctools.inc \ctools_mobile_codes_theme_alter()

Implements hook_mobile_codes_theme_alter() on behalf of ctools.module.

File

includes/ctools.inc, line 42
CTools module integration.

Code

function ctools_mobile_codes_theme_alter(&$items) {
  $items['mobile_codes_providers_export_ui_form_parameters'] = array(
    'render element' => 'element',
    'file' => 'plugins/export_ui/mobile_codes_providers.inc',
  );
}