You are here

function panopoly_theme_ctools_plugin_directory in Panopoly Theme 7

Implementation of hook_ctools_plugin_directory()

File

./panopoly_theme.module, line 19

Code

function panopoly_theme_ctools_plugin_directory($module, $plugin) {
  return 'plugins/' . $plugin;
}