You are here

function power_menu_ctools_plugin_directory in Power Menu 7.2

Implements hook_ctools_plugin_directory() to let the system know where our plugins are.

File

./power_menu.module, line 173

Code

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