summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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?>