summaryrefslogtreecommitdiff
path: root/templates/sidebar.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sidebar.tpl.php')
-rw-r--r--templates/sidebar.tpl.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/sidebar.tpl.php b/templates/sidebar.tpl.php
index ad5c74f..e823af5 100644
--- a/templates/sidebar.tpl.php
+++ b/templates/sidebar.tpl.php
@@ -6,11 +6,14 @@
<?php
+echo $GLOBALS['sidebarTopMessage'].' ';
$size = count($sidebar_blocks);
for ($i = 0; $i < $size; $i++) {
$this->includeTemplate('sidebar.block.'. $sidebar_blocks[$i]);
}
+
+echo $GLOBALS['sidebarBottomMessage'];
?>
-</div> \ No newline at end of file
+</div>