oms-Help/Theme/Backend/help-developer.tpl.php
Dennis Eichhorn 4913145b7f bump
2024-02-28 05:09:11 +00:00

17 lines
435 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">
<article>
<?= $this->data['navigation']; ?>
</article>
</section>
</div>
</div>