5 lines
231 B
PHP
5 lines
231 B
PHP
<?= $this->calendar->render(
|
|
$this->url->href('CalendarController', 'userEvents', array('user_id' => $user['id'], 'plugin' => 'Calendar')),
|
|
$this->url->href('CalendarController', 'save', array('plugin' => 'Calendar'))
|
|
) ?>
|