function geolocation_googlemaps_theme in Geolocation Field 6
Implementation of hook_theme().
File
- modules/
geolocation_googlemaps/ geolocation_googlemaps.module, line 10
Code
function geolocation_googlemaps_theme() {
return array(
// Themes for the formatters.
'geolocation_googlemaps_formatter_googlemaps_static' => array(
'arguments' => array(
'element' => NULL,
),
),
);
}