You are here

function theme_gmap_geo_picker in GMap Addons 7

Same name and namespace in other branches
  1. 6 gmap_geo/gmap_geo.module \theme_gmap_geo_picker()

Theme the gmap_picker widget.

File

gmap_geo/gmap_geo.module, line 132
Provides a Google maps location picker widget for Geo cck fields. Provides a field formatter for Geo fields that displays point, line, or polygon data on a Google map.

Code

function theme_gmap_geo_picker($element) {
  return $element['#children'];
}