You are here

function author_pane_ctools_plugin_directory in Author Pane 7.2

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

Implements hook_ctools_plugin_directory().

File

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

Code

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