You are here

function taxonomy_display_ctools_plugin_directory in Taxonomy display 7

Implements hook_ctools_plugin_directory().

File

./taxonomy_display.module, line 11
Hooks for the taxonomy display module.

Code

function taxonomy_display_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'ctools' && !empty($plugin_type)) {
    return 'plugins/' . $plugin_type;
  }
}