You are here

function blog_panels_block_info in Panels 6.2

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

File

content_types/block.inc, line 262

Code

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