You are here

function total_control_ctools_plugin_directory in Total Control Admin Dashboard 7.2

Same name and namespace in other branches
  1. 6.2 total_control.module \total_control_ctools_plugin_directory()
  2. 6 total_control.module \total_control_ctools_plugin_directory()

Implements hook_ctools_plugin_dierctory().

File

./total_control.module, line 127

Code

function total_control_ctools_plugin_directory($module, $plugin) {
  if ($module == 'ctools' && !empty($plugin)) {
    return "plugins/{$plugin}";
  }
}