oms-Knowledgebase/Theme/Backend/wiki-app-view.tpl.php
2024-01-26 22:53:59 +00:00

19 lines
324 B
PHP

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