summaryrefslogtreecommitdiff
path: root/app/Template/calendar/user.php
blob: c68bd32d72ef5600005fd93ad12e6a233393b7bb (plain)
1
2
3
4
<?= $this->calendar->render(
    $this->url->href('CalendarController', 'userEvents', array('user_id' => $user['id'])),
    $this->url->href('CalendarController', 'save')
) ?>