First commit
This commit is contained in:
4
Template/calendar/user.php
Normal file
4
Template/calendar/user.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?= $this->calendar->render(
|
||||
$this->url->href('CalendarController', 'userEvents', array('user_id' => $user['id'], 'plugin' => 'Calendar')),
|
||||
$this->url->href('CalendarController', 'save', array('plugin' => 'Calendar'))
|
||||
) ?>
|
||||
Reference in New Issue
Block a user