You are here

function ctools_mobile_codes_theme_alter in Mobile Codes 6.2

Same name and namespace in other branches
  1. 7.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 29
CTools module integration.

Code

function ctools_mobile_codes_theme_alter($items) {
  $items['mobile_codes_providers_export_ui_form_parameters'] = array(
    'arguments' => array(
      'element' => array(),
    ),
    'file' => 'includes/ctools.inc',
  );
}