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