oms-Profile/Admin/Settings/Theme/Backend/settings.tpl.php
Dennis Eichhorn b2f4d14eaf fix tests
2024-05-18 00:12:37 +00:00

17 lines
249 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Template
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
echo $this->data['nav']->render();
?>