You are here

function locationmap_theme in Location Map 7.2

Same name and namespace in other branches
  1. 8.2 locationmap.module \locationmap_theme()
  2. 7 locationmap.module \locationmap_theme()

Implements hook_theme().

File

./locationmap.module, line 653

Code

function locationmap_theme() {
  return array(
    'locationmap_block_image_link' => array(),
    'locationmap_map' => array(
      'variables' => array(
        'width' => NULL,
        'height' => NULL,
      ),
    ),
  );
}