You are here

function gm3_region_theme in Google Maps API V3 7

Implementation of hook_theme().

File

gm3_region/gm3_region.module, line 82

Code

function gm3_region_theme() {
  return array(
    'gm3_region_button' => array(
      'variables' => array(
        'id' => 'gm3-map',
      ),
      'file' => 'gm3_region.theme.inc',
    ),
    'gm3_region_region_text' => array(
      'variables' => array(
        'data' => array(),
      ),
      'file' => 'gm3_region.theme.inc',
    ),
  );
}