summaryrefslogtreecommitdiff
path: root/plugins/Calendar/Template/calendar/project.php
blob: f1a89d230736c3a7c9748a1e72f84fdfc39aa85f (plain)
1
2
3
4
5
6
<?= $this->projectHeader->render($project, 'CalendarController', 'project', false, 'Calendar') ?>

<?= $this->calendar->render(
    $this->url->href('CalendarController', 'projectEvents', array('project_id' => $project['id'], 'plugin' => 'Calendar')),
    $this->url->href('CalendarController', 'save', array('project_id' => $project['id'], 'plugin' => 'Calendar'))
) ?>