From: Steve Sutton Date: Fri, 18 Mar 2016 20:51:13 +0000 (-0400) Subject: Show map only if lat exists. X-Git-Tag: v1.0.0^2~162^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=99f280a0110659e1231f034e7dc5115d7ddc0726;p=WP-Plugins%2Fglm-member-db-events.git Show map only if lat exists. --- diff --git a/views/front/events/detail.html b/views/front/events/detail.html index 36fbeba..4f3c70d 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -15,6 +15,7 @@
{if $event.locations}
+ {if $event.location.lat}
map...
Loading...
@@ -27,6 +28,7 @@ + {/if}
{/if}