You are here

function path_breadcrumbs_ctools_plugin_directory in Path Breadcrumbs 7.3

Implements hook_ctools_plugin_directory().

File

./path_breadcrumbs.module, line 285

Code

function path_breadcrumbs_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'ctools') {
    return 'plugins/' . $plugin_type;
  }
}