You are here

ip-geoloc-map-current-visitor.html.twig in IP Geolocation Views & Maps 8

ip_geoloc_map_current_visitor.html.twig

This template is used mainly inside a block rather than a view. Lat/long are optional fallbacks in case the HTML5 lookup fails.

File

templates/ip-geoloc-map-current-visitor.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * ip_geoloc_map_current_visitor.html.twig
  5. *
  6. * This template is used mainly inside a block rather than a view.
  7. * Lat/long are optional fallbacks in case the HTML5 lookup fails.
  8. */
  9. #}
  10. <div class="ip-geoloc-map-current-visitor">
  11. <div id='{{ ip_geoloc_settings.ip_geoloc_current_location_map_div }}' {% if ip_geoloc_settings.ip_geoloc_current_location_map_style %} style='{{ ip_geoloc_settings.ip_geoloc_current_location_map_style }}'{% endif %} ></div>
  12. </div>