Files
plugin-calendar/Template/calendar/project.php
Frederic Guillot ada7a33402 First commit
2017-04-01 14:35:41 -04:00

7 lines
371 B
PHP

<?= $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'))
) ?>