Added plugin controller (WIP)

This commit is contained in:
Frederic Guillot
2016-05-18 22:07:49 -04:00
parent bfd59d9e54
commit 49f43090b2
12 changed files with 116 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
<section id="main">
<section class="sidebar-container" id="config-section">
<?= $this->render($sidebar_template) ?>
<div class="sidebar-content">
<?= $content_for_sublayout ?>
</div>
</section>
</section>