You are here

function aggregator_panels_block_info in Panels 6.2

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

File

content_types/block.inc, line 287

Code

function aggregator_panels_block_info($module, $delta, &$info) {
  $info['icon'] = 'icon_core_syndicate.png';
  $info['category'] = array(
    t('Syndicated Feeds'),
    -3,
  );
}