You are here

function panels_everywhere_ctools_plugin_directory in Panels Everywhere 7

Same name and namespace in other branches
  1. 6 panels_everywhere.module \panels_everywhere_ctools_plugin_directory()

Implement hook_ctools_plugin_directory()

File

./panels_everywhere.module, line 178
panels_everywhere.module

Code

function panels_everywhere_ctools_plugin_directory($module, $plugin) {
  if ($module == 'page_manager' || $module == 'ctools') {
    return 'plugins/' . $plugin;
  }
}