summaryrefslogtreecommitdiff
path: root/templates/sidebar.tpl.php
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-02-20 13:43:06 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-02-20 13:43:06 +0000
commitfd6dca81042d7a1a200657e4975ada2564404db3 (patch)
tree0524e26a44326dffc3a2e99850b717630a25700f /templates/sidebar.tpl.php
parent76ed2e494b220780d8e247f9348f8f09a9d5fee8 (diff)
downloadsemanticscuttle-fd6dca81042d7a1a200657e4975ada2564404db3.tar.gz
semanticscuttle-fd6dca81042d7a1a200657e4975ada2564404db3.tar.bz2
Interface fix: make consistent the general navigation between personal and common spaces
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@47 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/sidebar.tpl.php')
-rw-r--r--templates/sidebar.tpl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/sidebar.tpl.php b/templates/sidebar.tpl.php
index 5f399b5..a90b584 100644
--- a/templates/sidebar.tpl.php
+++ b/templates/sidebar.tpl.php
@@ -1,5 +1,6 @@
<div id="sidebar">
<?php
+
$size = count($sidebar_blocks);
for ($i = 0; $i < $size; $i++) {
$this->includeTemplate('sidebar.block.'. $sidebar_blocks[$i]);