summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bluemarine/node.tpl.php b/themes/bluemarine/node.tpl.php
index 493f324e3..caa91e870 100644
--- a/themes/bluemarine/node.tpl.php
+++ b/themes/bluemarine/node.tpl.php
@@ -6,5 +6,5 @@
<span class="submitted"><?php print $submitted?></span>
<span class="taxonomy"><?php print $terms?></span>
<div class="content"><?php print $content?></div>
- <div class="links">&raquo; <?php print $links?></div>
+ <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>
</div>