You are here

function menu_block_ctools_plugin_directory in Menu Block 7.3

Same name and namespace in other branches
  1. 6.2 menu_block.module \menu_block_ctools_plugin_directory()
  2. 7.2 menu_block.module \menu_block_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

./menu_block.module, line 102
Provides configurable blocks of menu items.

Code

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