oms-Editor/Theme/Backend/editor-single.tpl.php

7 lines
147 B
PHP

<?= $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<?php include 'editor.tpl.php'; ?>
</div>
</div>