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