summaryrefslogtreecommitdiff
path: root/themes/default/views/sidebar.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/views/sidebar.html.php')
-rw-r--r--themes/default/views/sidebar.html.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php
index fc47d72e..f05ee025 100644
--- a/themes/default/views/sidebar.html.php
+++ b/themes/default/views/sidebar.html.php
@@ -1,2 +1,4 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
-<?= View::sidebar($theme) ?>
+<?= $theme->sidebar_top() ?>
+<?= $theme->sidebar_blocks() ?>
+<?= $theme->sidebar_bottom() ?>