oms-RiskManagement/Theme/Backend/category-single.tpl.php

15 lines
291 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
*/
$category = $this->getData('category');
echo $this->getData('nav')->render();