oms-RiskManagement/Theme/Backend/category-view.tpl.php
2024-01-26 22:54:00 +00:00

17 lines
297 B
PHP

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