You are here

function book_ctools_block_info in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 plugins/content_types/block/block.inc \book_ctools_block_info()

File

plugins/content_types/block/block.inc, line 312
Provide Drupal blocks as content.

Code

function book_ctools_block_info($module, $delta, &$info) {
  $info['title'] = t('Book navigation menu');
  $info['icon'] = 'icon_core_block_menu.png';
  $info['category'] = t('Node');
}