gmap_geo/gmap_geo.module, line 113
- Versions
- 6
gmap_geo_theme()
Implementation of hook_theme().
Code
<?php
function gmap_geo_theme() {
return array(
'gmap_geo_picker' => array(
'arguments' => array('element' => NULL),
),
'gmap_geo_formatter_gmap_geo' => array(
'function' => 'theme_gmap_geo_formatter',
'arguments' => array('element' => NULL),
),
);
}
?> 