oms-Help/Theme/Backend/help-developer.tpl.php

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