You are here

function commons_bw_ctools_plugin_directory in Drupal Commons 7.3

Implements hook_ctools_plugin_directory().

File

modules/commons/commons_bw/commons_bw.features.inc, line 10
commons_bw.features.inc

Code

function commons_bw_ctools_plugin_directory($module, $plugin) {
  if ($module == 'ctools' && $plugin == 'content_types') {
    return 'plugins/' . $plugin;
  }
}