You are here

function theme_location_views_map in Location 5.3

File

contrib/location_views/location_views.module, line 1082
Views-enables the location module.

Code

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