You are here

function jquery_social_stream_ctools_plugin_directory in jQuery social stream 7

Same name and namespace in other branches
  1. 7.2 jquery_social_stream.module \jquery_social_stream_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

./jquery_social_stream.module, line 11
Code for the Campaign social media module.

Code

function jquery_social_stream_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'ctools' && $plugin_type == 'content_types') {
    return 'plugins/' . $plugin_type;
  }
}