summaryrefslogtreecommitdiff
path: root/app/Template/calendar/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/calendar/user.php')
-rw-r--r--app/Template/calendar/user.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/calendar/user.php b/app/Template/calendar/user.php
new file mode 100644
index 00000000..c68bd32d
--- /dev/null
+++ b/app/Template/calendar/user.php
@@ -0,0 +1,4 @@
+<?= $this->calendar->render(
+ $this->url->href('CalendarController', 'userEvents', array('user_id' => $user['id'])),
+ $this->url->href('CalendarController', 'save')
+) ?>