function ctools_custom_formatters_theme_alter in Custom Formatters 7.2
Implements hook_custom_formatters_theme_alter().
File
- includes/
ctools.inc, line 43 - Chaos tool suite module integration.
Code
function ctools_custom_formatters_theme_alter(&$theme) {
$theme['custom_formatters_export_ui_form_preview'] = array(
'render element' => 'form',
'file' => 'custom_formatters.inc',
'path' => drupal_get_path('module', 'custom_formatters') . '/plugins/export_ui',
);
}