Mini fix layout

This commit is contained in:
Dennis Eichhorn 2017-08-22 13:21:25 +02:00
parent 5864ec0c97
commit 90a4728a38

View File

@ -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>