You are here

function site_alert_ctools_plugin_directory in Site Alert 7

Implements hook_ctools_plugin_directory().

File

./site_alert.module, line 14
Core functionality for the Site Alert module.

Code

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