function theme_geolocation_formatter_latitude in Geolocation Field 6
File
- ./
geolocation.module, line 246
Code
function theme_geolocation_formatter_latitude($element) {
return $element['#item']['lat'];
}
function theme_geolocation_formatter_latitude($element) {
return $element['#item']['lat'];
}