You are here

function node_panels_block_info in Panels 5.2

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

File

content_types/block.inc, line 282

Code

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