diff options
Diffstat (limited to 'themes/yaroon/yaroon.theme')
-rw-r--r-- | themes/yaroon/yaroon.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/yaroon/yaroon.theme b/themes/yaroon/yaroon.theme index 4aefd8a1a..66280be8b 100644 --- a/themes/yaroon/yaroon.theme +++ b/themes/yaroon/yaroon.theme @@ -145,8 +145,8 @@ <tr> <td align=\"right\"> <font color=\"". $color ."\">"; - if ($main || $links) - echo $this->links($links, $main, $node); + if (node_links($links, $node, $main)) + echo $this->links($links, $main); echo"</font>"; ?> |