diff options
Diffstat (limited to 'app/Template/dashboard')
-rw-r--r-- | app/Template/dashboard/calendar.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/Template/dashboard/calendar.php b/app/Template/dashboard/calendar.php index 6f156db7..0b768b31 100644 --- a/app/Template/dashboard/calendar.php +++ b/app/Template/dashboard/calendar.php @@ -1,2 +1,4 @@ -<calendar check-url="<?= $this->url->href('CalendarController', 'user', array('user_id' => $user['id'])) ?>" - save-url="<?= $this->url->href('CalendarController', 'save') ?>"></calendar> +<?= $this->calendar->render( + $this->url->href('CalendarController', 'user', array('user_id' => $user['id'])), + $this->url->href('CalendarController', 'save') +) ?> |