oms-Help/Theme/Backend/help-general.tpl.php
2024-04-24 03:20:46 +00:00

17 lines
452 B
PHP
Executable File

<div class="row">
<div class="col-xs-12 col-md-8 col-lg-9">
<section class="portlet">
<article>
<?= $this->data['content']; ?>
</article>
</section>
</div>
<div class="col-xs-12 col-md-4 col-lg-3 pH">
<section class="portlet">
<nav class="content-side-nav">
<?= $this->data['navigation']; ?>
</nav>
</section>
</div>
</div>