You are here

function profile_panels_block_info in Panels 6.2

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

File

content_types/block.inc, line 252

Code

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