oms-RiskManagement/Theme/Backend/process-single.tpl.php
2019-09-21 16:12:21 +02:00

15 lines
322 B
PHP

<?php declare(strict_types=1);
/**
* Orange Management
*
* PHP Version 7.4
*
* @package Modules\RiskManagement
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
$process = $this->getData('process');
echo $this->getData('nav')->render();