mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-27 06:58:40 +00:00
17 lines
367 B
PHP
17 lines
367 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.2
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
?>
|
|
<div id="calendar-dashboard" class="col-xs-12 col-md-6" draggable="true">
|
|
<?= $this->getData('calendar')->render($this->getData('cal')); ?>
|
|
</div>
|