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