You are here

function oa_buttons_ctools_plugin_directory in Open Atrium Core 7.2

Implements hook_ctools_plugin_directory

File

modules/oa_buttons/oa_buttons.module, line 14

Code

function oa_buttons_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'ctools' && $plugin_type == 'content_types') {
    return 'plugins/content_types';
  }
}