Move and clean some templates to a subfolder
This commit is contained in:
10
app/Template/config/layout.php
Normal file
10
app/Template/config/layout.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<section id="main">
|
||||
<section class="sidebar-container" id="config-section">
|
||||
|
||||
<?= Helper\template('config/sidebar') ?>
|
||||
|
||||
<div class="sidebar-content">
|
||||
<?= $config_content_for_layout ?>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
Reference in New Issue
Block a user