You are here

function mobile_codes_mobile_codes_theme_alter in Mobile Codes 6.2

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

Implements hook_mobile_codes_theme_alter().

File

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

Code

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