]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface fix: hide 'structured box' when no linked tags
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 20 Feb 2008 13:47:33 +0000 (13:47 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 20 Feb 2008 13:47:33 +0000 (13:47 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@48 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/sidebar.block.linked.php

index 3856141b640580864ec8a741b4e50b3b1a7b6600..74b58ae3c70296b363d6611cb1f5871c5dc7e925 100644 (file)
@@ -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?>