diff options
Diffstat (limited to 'themes/marvin/marvin.theme')
-rw-r--r-- | themes/marvin/marvin.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 87dbe9f8b..91aea2c27 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -69,8 +69,8 @@ print " <tr><td colspan=\"2\"> </td></tr>\n"; - if ($main) { - print " <tr><td colspan=\"2\">". $this->links(link_node($node)) ."</td></tr>\n"; + if ($links = link_node($node, $main)) { + print " <tr><td colspan=\"2\">". $this->links($links) ."</td></tr>\n"; } print "</table>\n"; |