aboutsummaryrefslogtreecommitdiff
path: root/templates/sidebar.block.linked.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.block.linked.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.block.linked.php')
-rw-r--r--templates/sidebar.block.linked.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/sidebar.block.linked.php b/templates/sidebar.block.linked.php
index 1643272..3856141 100644
--- a/templates/sidebar.block.linked.php
+++ b/templates/sidebar.block.linked.php
@@ -118,6 +118,10 @@ if ($currenttag) {
echo '</td></tr>';
}
+ if(strlen($user)==0) {
+ $cat_url = createURL('tags', '%2$s');
+ }
+
$stopList = array();
foreach($explodedTags as $explodedTag) {
if(!in_array($explodedTag, $stopList)) {