From b8fa0246803dab40cf57d40b45984c53046f2d55 Mon Sep 17 00:00:00 2001 From: "Dzial Techniczny WMW Projekt s.c" Date: Tue, 10 Dec 2019 11:34:53 +0100 Subject: Plugins directory and local modifications --- plugins/Calendar/Template/calendar/project.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/Calendar/Template/calendar/project.php (limited to 'plugins/Calendar/Template/calendar/project.php') diff --git a/plugins/Calendar/Template/calendar/project.php b/plugins/Calendar/Template/calendar/project.php new file mode 100644 index 00000000..f1a89d23 --- /dev/null +++ b/plugins/Calendar/Template/calendar/project.php @@ -0,0 +1,6 @@ +projectHeader->render($project, 'CalendarController', 'project', false, 'Calendar') ?> + +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')) +) ?> -- cgit v1.2.3