You are here

function author_pane_ctools_plugin_directory in Author Pane 6.2

Same name and namespace in other branches
  1. 6 author_pane.module \author_pane_ctools_plugin_directory()
  2. 7.2 author_pane.module \author_pane_ctools_plugin_directory()

Implementation of hook_ctools_plugin_directory().

File

./author_pane.module, line 275
Gathers information from user related modules into one template.

Code

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