oms-Profile/Admin/Settings/Theme/Backend/settings.tpl.php
2022-05-01 22:07:54 +02:00

18 lines
261 B
PHP

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Template
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
echo $this->getData('nav')->render();
?>
Settings