Kanboard-Prod/app/Template/calendar/user.php

5 lines
176 B
PHP

<?= $this->calendar->render(
$this->url->href('CalendarController', 'userEvents', array('user_id' => $user['id'])),
$this->url->href('CalendarController', 'save')
) ?>