oms-Knowledgebase/Theme/Backend/wiki-category-single.tpl.php

14 lines
176 B
PHP
Executable File

<?php
/**
* @var \phpOMS\Views\View $this
*/
declare(strict_types=1);
echo $this->data['nav']->render();
?>
<div class="row">
<div class="col-xs-12">
</div>
</div>