summaryrefslogtreecommitdiff
path: root/themes/unconed/unconed.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/unconed/unconed.theme')
-rw-r--r--themes/unconed/unconed.theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index cd20fe3ab..a2b95a4db 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -101,8 +101,8 @@
</TD>
</TR>
<?php
- if ($main || $links)
- echo "<TR BGCOLOR=\"". $this->bgcolor3 ."\"><TD BGCOLOR=\"". $this->bgcolor3 ."\" ALIGN=\"right\" COLSPAN=\"2\">". $this->links($links, $main, $node) ."</TD></TR>";
+ if (node_links($links, $node, $main))
+ echo "<TR BGCOLOR=\"". $this->bgcolor3 ."\"><TD BGCOLOR=\"". $this->bgcolor3 ."\" ALIGN=\"right\" COLSPAN=\"2\">". $this->links($links, $main) ."</TD></TR>";
?>
</TABLE></TD></TR></TABLE><BR>
<?php