You are here

function views_isotope_ctools_plugin_directory in Brainstorm profile 7

Implements hook_ctools_plugin_directory().

File

modules/custom/views_isotope/views_isotope.module, line 70
Load the isotope library and provide configuration and theme options.

Code

function views_isotope_ctools_plugin_directory($module, $type) {

  // Load the export_ui plugin.
  if ($type == 'export_ui') {
    return 'plugins/export_ui';
  }
}