You are here

function comment_panels_block_info in Panels 6.2

Same name and namespace in other branches
  1. 5.2 content_types/block.inc \comment_panels_block_info()

File

content_types/block.inc, line 272

Code

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