summaryrefslogtreecommitdiff
path: root/app/Template/calendar/show.php
blob: 009fc07e18a9e04144220cabfedee6d1b5b803e2 (plain)
1
2
3
4
5
6
7
8
9
<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>