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