function locationmap_theme in Location Map 7
Same name and namespace in other branches
- 8.2 locationmap.module \locationmap_theme()
- 7.2 locationmap.module \locationmap_theme()
Implements hook_theme().
File
- ./
locationmap.module, line 454
Code
function locationmap_theme() {
return array(
'locationmap_block_image_link' => array(),
'locationmap_map' => array(),
);
}