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