jrElastic user_login.tpl spinner
Using Jamroom
jrElastic user_login.tpl spinner looks for an image here:
http://127.0.0.1/~brianj/Jamroom5/skins/jrElastic/img/submit.gif
updated by @ultrajam: 05/10/15 04:38:46AM
<h1>profile_quota_id="{$profile_quota_id}"</h1>
profile_quota_id="{$profile_quota_id}"
{$i = 1}
{foreach $_items as $key => $val}
{$profile_latitude = $i + 1}
{$profile_longitude = $i + 1}
{$_items[$key].profile_googlemaps_lat=$profile_latitude}
{$_items[$key].profile_googlemaps_lng=$profile_longitude}
{$_items[$key].profile_googlemaps="address placeholder"}
{$i++}
{/foreach}
{ujGoogleMaps_map module="jrProfile" name="testy" marker="infowindow" map=$_items height="300" width="100%" map_type="hybrid" }