mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-20 05:18:41 +00:00
14 lines
176 B
PHP
Executable File
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>
|