You are here

admin.inc in Mobile Codes 6.2

Same filename and directory in other branches
  1. 7.2 includes/admin.inc

Admin module integration.

File

includes/admin.inc
View source
<?php

/**
 * @file
 * Admin module integration.
 */

/**
 * Implements hook_mobile_codes_block_alter() on behalf of block.module.
 */
function admin_mobile_codes_block_alter($blocks) {
  $blocks['generate_code']['admin'] = TRUE;
}

Functions

Namesort descending Description
admin_mobile_codes_block_alter Implements hook_mobile_codes_block_alter() on behalf of block.module.