oms-News/Theme/Backend/news-analysis.tpl.php

22 lines
418 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\News
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
use Modules\News\Models\NewsType;
use phpOMS\Uri\UriFactory;
// @todo: stats: published timeline, published by tags, published by author
echo $this->getData('nav')->render(); ?>