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

17 lines
444 B
PHP

<div class="row">
<div class="col-xs-12 col-md-8 col-lg-9">
<section class="box wf-100">
<article>
<?= $this->getData('content'); ?>
</article>
</section>
</div>
<div class="col-xs-12 col-md-4 col-lg-3">
<section class="box wf-100">
<article>
<?= $this->getData('navigation'); ?>
</article>
</section>
</div>
</div>