<?php

/**
 * @file
 * Tell your module about the plugins directory.
 */

/**
 * Implements hook_ctools_plugin_directory().
 */
function social_stats_panels_ctools_plugin_directory($module, $plugin) {
  return 'plugins/' . $plugin;
}
