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

14 lines
179 B
PHP
Executable File

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