You are here

function hybridauth_ctools_plugin_directory in HybridAuth Social Login 6.2

Same name and namespace in other branches
  1. 7.2 hybridauth.module \hybridauth_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

./hybridauth.module, line 294
Main file for the HybridAuth module.

Code

function hybridauth_ctools_plugin_directory($module, $type) {
  if ($module == 'hybridauth' && $type == 'icon_pack') {
    return 'plugins/icon_pack';
  }
}