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