function template_preprocess_views_view_ip_geoloc_leaflet in IP Geolocation Views & Maps 8
Implements hook_preprocess_HOOK() for theme_ip_geoloc_leaflet().
File
- ./
ip_geoloc.module, line 270 - IPGV&M is a mapping engine for Views that contain locations of entities and/or visitors. Google Maps, Leaflet and OpenLayers2 maps are all supported and available through this module. Using a number of optional sources IPGV&M also retrieves…
Code
function template_preprocess_views_view_ip_geoloc_leaflet(&$variables) {
}