You are here

function mobile_codes_block_generate_code_view in Mobile Codes 6.2

Same name and namespace in other branches
  1. 7.2 includes/block.inc \mobile_codes_block_generate_code_view()

File

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

Code

function mobile_codes_block_generate_code_view($edit) {
  return array(
    'subject' => t('Mobile Code generator'),
    'content' => drupal_get_form('mobile_codes_block_generate_code_form'),
  );
}