You are here

function vcard_mobile_codes_block_alter in Mobile Codes 6.2

Implements hook_mobile_codes_block_alter() on behalf of vcard.module.

File

includes/vcard.inc, line 28
vCard module integration

Code

function vcard_mobile_codes_block_alter($blocks) {
  $blocks['user_vcard'] = array(
    'info' => t('User vCard'),
  );
}