You are here

function panels_everywhere_ctools_plugin_directory in Panels Everywhere 6

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

Implementation of hook_ctools_plugin_directory()

File

./panels_everywhere.module, line 78
panels_everywhere.module

Code

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