You are here

function comment_ctools_block_info in Chaos Tool Suite (ctools) 7

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

File

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

Code

function comment_ctools_block_info($module, $delta, &$info) {
  $info['icon'] = 'icon_core_recentcomments.png';
  $info['category'] = t('Activity');
}