From: Anthony Talarico Date: Thu, 15 Sep 2016 16:25:16 +0000 (-0400) Subject: moving parenthesis out of the conditional so that displays regardless of days of... X-Git-Tag: v1.4.0^2~30 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ec6620d7525a05062c3030d90599258040a569cb;p=WP-Plugins%2Fglm-member-db-events.git moving parenthesis out of the conditional so that displays regardless of days of the week being present in agenda view --- diff --git a/views/front/events/agenda.html b/views/front/events/agenda.html index b2ad235..9b2eca7 100644 --- a/views/front/events/agenda.html +++ b/views/front/events/agenda.html @@ -33,9 +33,10 @@ {$day|substr:0:3} {/if} {/foreach} - ) + {/if} + )
{if !$event.all_day}