not showing the performances section if there are no events to display
+{if !empty({$events})}
<div id="glm-event-wrapper">
</div>
</div>
<div class="front-event-info front-event-links small-12 large-3 columns">
- {if $event.ticket_url}
- <a class="front-event-link subscribe-link" target="_blank" href="{$event.ticket_url}">Subscribe</a>
- {/if}
+ <a class="front-event-link subscribe-link" href="">Subscribe</a>
<a class="front-event-link learn-link" href="{$siteBaseUrl}{$pageSlug}/{if !$customPage}{$event.name_slug}/{else}?eventId={$event.id}{/if}">Learn More</a>
</div>
</div>
});
});
</script>
+{/if}
\ No newline at end of file