function isotope_ctools_plugin_directory in Isotope (with Masonry and Packery) 7.2
Implements hook_ctools_plugin_directory().
File
- ./
isotope.module, line 69 - Load the isotope library and provide configuration and theme options.
Code
function isotope_ctools_plugin_directory($module, $type) {
// Load the export_ui plugin.
if ($type == 'export_ui') {
return 'plugins/export_ui';
}
}