From 172979398e2cedc85064e9870e588bdecc534d18 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 29 Jul 2014 09:03:51 -0400 Subject: [PATCH] Events Calendar items displayed limiting Now using flexy, not php, in template.html to limit the number of items in existence, not just visible, on the events calendar as seen on the homepage, to four. --- templates/template.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/template.html b/templates/template.html index 00b6a54..1910ea0 100755 --- a/templates/template.html +++ b/templates/template.html @@ -81,16 +81,19 @@
{smallCal:h}
- + {foreach:events,v} + + {v[header]} {v[dates]} {v[times]} - + - + + {end:} More Events
-- 2.17.1