mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-22 06:18:44 +00:00
7 lines
186 B
PHP
7 lines
186 B
PHP
<?= htmlspecialchars($this->getData('nav')->render(), ENT_COMPAT, 'utf-8'); ?>
|
|
|
|
<div class="row">
|
|
<div class="col-xs-12">
|
|
<?php include 'editor.tpl.php'; ?>
|
|
</div>
|
|
</div>
|