blob: 769e019bf213cb0bc1e412d14b945a4c3c1f5875 (
plain)
1
2
3
4
5
6
|
<?= $this->projectHeader->render($project, 'CalendarController', 'show') ?>
<?= $this->calendar->render(
$this->url->href('CalendarController', 'projectEvents', array('project_id' => $project['id'])),
$this->url->href('CalendarController', 'save', array('project_id' => $project['id']))
) ?>
|