Emails for forum updates
Using Jamroom
I've just turned on topic notification for this thread, so post a response and I'll see if I get a notification.
{if isset($_items)}
{ujGoogleMaps_map name="multimap" map=$_items module="jrProfile" height="500" width="100%" map_type="hybrid"}
{foreach from=$_items item="item"}
<div class="item">
<div class="container">
<div class="row">
<div class="col12 last">
<div class="p10">
<h3><a href="{$jamroom_url}/{$item.profile_url}">{$item.profile_name}</h3><br>
{ujGoogleMaps_map name="singlemap" map=$item module="jrProfile" height="300" width="100%" map_type="hybrid"}
<h5>Lat:{$item.profile_googlemaps_lat} Lng:{$item.profile_googlemaps_lng}</h5>
</div>
</div>
</div>
</div>
</div>
{/foreach}
{/if}