You are here

function fb_social_ctools_plugin_directory in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 fb_social.module \fb_social_ctools_plugin_directory()

Implementation of hook_ctools_plugin_directory().

File

./fb_social.module, line 252

Code

function fb_social_ctools_plugin_directory($module, $type) {
  return 'plugins/' . $type;
}