function authcache_panels_ctools_plugin_directory in Authenticated User Page Caching (Authcache) 7.2
Implements hook_ctools_plugin_directory().
File
- modules/
authcache_panels/ authcache_panels.module, line 41 - Authcache support for Panels.
Code
function authcache_panels_ctools_plugin_directory($module, $plugin) {
if ($module === 'panels') {
return 'plugins/' . $plugin;
}
}