From: Anthony Talarico Date: Wed, 16 Aug 2017 13:15:57 +0000 (-0400) Subject: changing the events widget to output the time instead of the date X-Git-Tag: v1.0.0^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5a5ff03b9a70063cb5f40dbe419f2e472b64c6a3;p=WP-Themes%2Fbaragacounty.git changing the events widget to output the time instead of the date the events widget currently has the date twice, replacing the date with the time of the event --- diff --git a/glm-member-db-events/views/front/events/eventsFrontPage.html b/glm-member-db-events/views/front/events/eventsFrontPage.html index b8e80e4..e335df7 100644 --- a/glm-member-db-events/views/front/events/eventsFrontPage.html +++ b/glm-member-db-events/views/front/events/eventsFrontPage.html @@ -20,12 +20,16 @@
- {$event.dates} + {$event.starting_date|date_format:"%l:%M %p"}
{$event.intro}
+ + {foreach $event.recurrences as $rec} + + {/foreach} {/foreach} {/foreach} {/foreach}