You are here

function mobile_codes_default_mobile_codes_block in Mobile Codes 7.2

Implements hook_default_mobile_codes_preset().

File

includes/mobile_codes.inc, line 44
Mobile Codes module integration.

Code

function mobile_codes_default_mobile_codes_block() {
  $export = array();
  drupal_alter('mobile_codes_default_mobile_codes_block', $export);
  return $export;
}