Change dashboard
This commit is contained in:
6
app/Template/app/calendar.php
Normal file
6
app/Template/app/calendar.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<div id="user-calendar"
|
||||
data-check-url="<?= $this->url->href('calendar', 'user') ?>"
|
||||
data-user-id="<?= $user['id'] ?>"
|
||||
data-save-url="<?= $this->url->href('calendar', 'save') ?>"
|
||||
>
|
||||
</div>
|
||||
Reference in New Issue
Block a user