From 2e9216dcf303917764d4af622dcd212ec1491889 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 6 May 2016 13:24:34 +0200 Subject: * event lists on calendar page --- app/php/pages/Calendar.page | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'app/php/pages') diff --git a/app/php/pages/Calendar.page b/app/php/pages/Calendar.page index c77c2c5..bc80d1a 100644 --- a/app/php/pages/Calendar.page +++ b/app/php/pages/Calendar.page @@ -11,4 +11,18 @@ calendar visible in current filter selection + + <%= CalendarFacade::getInstance() %> + <%= $this->Request->itemAt('calendar') %> + + Upcoming events in the calendar: + + + + <%= CalendarFacade::getInstance() %> + <%= $this->Request->itemAt('calendar') %> + + Past events in the calendar: + + -- cgit v1.2.3