oms-Editor/Theme/Backend/editor-single.tpl.php
2017-08-22 13:21:25 +02:00

9 lines
241 B
PHP

<?= $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<section class="box wf-100">
<div class="inner"><?= $this->getData('doc')->getContent(); ?></div>
</section>
</div>
</div>