function content_profile_ctools_plugin_directory in Content Profile 6
Implementation of hook_ctools_plugin_directory().
File
- ./
content_profile.module, line 13
Code
function content_profile_ctools_plugin_directory($module, $plugin) {
if ($module == 'ctools' && $plugin == 'relationships') {
return 'panels/' . $plugin;
}
}