You are here

function mobile_codes_theme in Mobile Codes 7.2

Same name and namespace in other branches
  1. 6.2 includes/system.inc \mobile_codes_theme()
  2. 6 mobile_codes.module \mobile_codes_theme()

Implements hook_theme().

File

includes/system.inc, line 19
System module integration.

Code

function mobile_codes_theme() {
  $items = array();
  drupal_alter('mobile_codes_theme', $items);
  return $items;
}