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