You are here

function views_isotope_ctools_plugin_directory in Views Isotope (Deprecated) 7.2

Implements hook_ctools_plugin_directory().

File

./views_isotope.module, line 69
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';
  }
}