mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-04 04:38:43 +00:00
Mini fix layout
This commit is contained in:
parent
5864ec0c97
commit
90a4728a38
|
|
@ -1,7 +1,9 @@
|
|||
<?= htmlspecialchars($this->getData('nav')->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<?= $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<?php include 'editor.tpl.php'; ?>
|
||||
<section class="box wf-100">
|
||||
<div class="inner"><?= $this->getData('doc')->getContent(); ?></div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user