You are here

function mobile_codes_mobile_codes_theme_alter in Mobile Codes 7.2

Same name and namespace in other branches
  1. 6.2 mobile_codes.module \mobile_codes_mobile_codes_theme_alter()

Implements hook_mobile_codes_theme_alter().

File

./mobile_codes.module, line 105
Mobile Codes core functions.

Code

function mobile_codes_mobile_codes_theme_alter(&$items) {
  $items['mobilecode'] = array(
    'variables' => array(
      'data' => NULL,
      'attributes' => array(),
      'image_alt' => '',
      'image_title' => '',
      'image_attributes' => NULL,
      'image_getsize' => TRUE,
    ),
  );
}