You are here

function user_pages_ctools_plugin_directory in User Pages 6

Same name and namespace in other branches
  1. 7 user_pages.module \user_pages_ctools_plugin_directory()

Implementation of hook_ctools_plugin_directory() to let the system know we implement task and task_handler plugins.

File

./user_pages.module, line 13
Ctools User Pages allows you to manage user, user/login, user/register, user/password via panel.

Code

function user_pages_ctools_plugin_directory($module, $plugin) {
  return 'plugins/' . $plugin;
}