You are here

function elevatezoomplus_ui_ctools_plugin_directory in ElevateZoom Plus 7

Implements hook_ctools_plugin_directory().

File

modules/ui/elevatezoomplus_ui.module, line 11
Provides the ElevateZoomPlus UI.

Code

function elevatezoomplus_ui_ctools_plugin_directory($module, $plugin) {
  if ($plugin == 'export_ui') {
    return 'plugins/' . $plugin;
  }
}