mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-30 16:28:43 +00:00
17 lines
386 B
PHP
17 lines
386 B
PHP
<?php declare(strict_types=1);
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
?>
|
|
<div id="calendar-dashboard" class="col-xs-12 col-md-6" draggable="true">
|
|
<?= $this->getData('calendar')->render($this->getData('cal')); ?>
|
|
</div>
|