summaryrefslogtreecommitdiff
path: root/app/Template/config/layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/config/layout.php')
-rw-r--r--app/Template/config/layout.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/config/layout.php b/app/Template/config/layout.php
index 028f138c..f34caaab 100644
--- a/app/Template/config/layout.php
+++ b/app/Template/config/layout.php
@@ -1,10 +1,10 @@
<section id="main">
<section class="sidebar-container" id="config-section">
- <?= $this->render('config/sidebar') ?>
+ <?= $this->render($sidebar_template) ?>
<div class="sidebar-content">
- <?= $config_content_for_layout ?>
+ <?= $content_for_sublayout ?>
</div>
</section>
</section> \ No newline at end of file