You are here

function poll_panels_block_info in Panels 6.2

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

File

content_types/block.inc, line 267

Code

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