You are here

function menu_block_ctools_block_info in Menu Block 7.3

Same name and namespace in other branches
  1. 7.2 menu_block.module \menu_block_ctools_block_info()

Implements hook_ctools_block_info().

See also

ctools_block_content_type_content_types().

File

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

Code

function menu_block_ctools_block_info($module, $delta, &$info) {
  $info['icon'] = 'icon_contrib_menu.png';
  $info['category'] = t('Menus');
}