10 lines
355 B
PHP
10 lines
355 B
PHP
<section id="main">
|
|
<?= $this->projectHeader->render($project, 'CalendarController', 'show') ?>
|
|
|
|
<?= $this->calendar->render(
|
|
$this->url->href('CalendarController', 'project', array('project_id' => $project['id'])),
|
|
$this->url->href('CalendarController', 'save', array('project_id' => $project['id']))
|
|
) ?>
|
|
|
|
</section>
|