From: Anthony Talarico Date: Wed, 28 Jun 2017 15:23:49 +0000 (-0400) Subject: only displaying front page events section if there are events X-Git-Tag: v1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ed7556d58ab1358762ca311124aaaf8fc29d2b44;p=WP-Themes%2Fgreatlakescfa.git only displaying front page events section if there are events not showing the performances section if there are no events to display --- diff --git a/glm-member-db-events/views/front/events/homePage.html b/glm-member-db-events/views/front/events/homePage.html index 3545bea..58e2b72 100644 --- a/glm-member-db-events/views/front/events/homePage.html +++ b/glm-member-db-events/views/front/events/homePage.html @@ -1,3 +1,4 @@ +{if !empty({$events})}
@@ -71,9 +72,7 @@
@@ -98,3 +97,4 @@ }); }); +{/if} \ No newline at end of file