diff options
Diffstat (limited to 'themes/unconed')
-rw-r--r-- | themes/unconed/unconed.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 95c36244f..e0eae11c2 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -110,8 +110,8 @@ </TD> </TR> <?php - if ($main) { - echo "<TR BGCOLOR=\"". $this->bgcolor3 ."\"><TD BGCOLOR=\"". $this->bgcolor3 ."\" ALIGN=\"right\" COLSPAN=\"2\">[ ". $this->links(link_node($node)) ." ]</TD></TR>"; + if ($links = link_node($node, $main)) { + echo "<TR BGCOLOR=\"". $this->bgcolor3 ."\"><TD BGCOLOR=\"". $this->bgcolor3 ."\" ALIGN=\"right\" COLSPAN=\"2\">[ ". $this->links($links) ." ]</TD></TR>"; } ?> </TABLE></TD></TR></TABLE><BR> |