You are here

function message_notify_ctools_plugin_directory in Message Notify 7.2

Implements hook_ctools_plugin_directory().

File

./message_notify.module, line 146
Message notify.

Code

function message_notify_ctools_plugin_directory($module, $plugin) {
  if ($module == 'message_notify') {
    return 'plugins/' . $plugin;
  }
}