You are here

function block_mobile_codes_block_alter in Mobile Codes 6.2

Implements hook_mobile_codes_block_alter() on behalf of block.module.

File

includes/block.inc, line 52
Block module integration.

Code

function block_mobile_codes_block_alter($blocks) {
  $blocks['node_url'] = array(
    'info' => t('Node URL'),
  );
  $blocks['generate_code'] = array(
    'info' => t('Mobile Code generator'),
  );
}