mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
6 lines
186 B
PHP
6 lines
186 B
PHP
|
<div id="user-calendar"
|
||
|
data-check-url="<?= $this->u('calendar', 'user') ?>"
|
||
|
data-user-id="<?= $user['id'] ?>"
|
||
|
data-save-url="<?= $this->u('calendar', 'save') ?>"
|
||
|
>
|
||
|
</div>
|