summaryrefslogtreecommitdiffstatshomepage
path: root/templates/sidebar.block.linked.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-02-20 13:47:33 +0000
committerGravatar mensonge2008-02-20 13:47:33 +0000
commit81476e1194d504cea1d08db8a501932dcadabef9 (patch)
tree2aea570fb60199a6661a899c1bf4c8590d5d77a1 /templates/sidebar.block.linked.php
parentfd6dca81042d7a1a200657e4975ada2564404db3 (diff)
downloadscuttle-81476e1194d504cea1d08db8a501932dcadabef9.tar.gz
scuttle-81476e1194d504cea1d08db8a501932dcadabef9.zip
Interface fix: hide 'structured box' when no linked tags
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@48 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/sidebar.block.linked.php')
-rw-r--r--templates/sidebar.block.linked.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/sidebar.block.linked.php b/templates/sidebar.block.linked.php
index 3856141..74b58ae 100644
--- a/templates/sidebar.block.linked.php
+++ b/templates/sidebar.block.linked.php
@@ -101,6 +101,7 @@ if ($currenttag) {
?>
</h2>
+<?php if(count($explodedTags)>0):?>
<div id="linked">
<table>
@@ -146,3 +147,5 @@ if ($currenttag) {
?>
</table>
</div>
+
+<?php endif?>