summaryrefslogtreecommitdiff
path: root/themes/yaroon/yaroon.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/yaroon/yaroon.theme')
-rw-r--r--themes/yaroon/yaroon.theme6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/yaroon/yaroon.theme b/themes/yaroon/yaroon.theme
index 66280be8b..f0dd622a5 100644
--- a/themes/yaroon/yaroon.theme
+++ b/themes/yaroon/yaroon.theme
@@ -112,7 +112,7 @@
} // close header function
- function node($node, $main = 0, $links = 0) {
+ function node($node, $main = 0) {
switch ($node->tid) {
case 0: $color = "#c4a2a2"; $img = "square2.gif"; break;
@@ -145,8 +145,8 @@
<tr>
<td align=\"right\">
<font color=\"". $color ."\">";
- if (node_links($links, $node, $main))
- echo $this->links($links, $main);
+ if ($main)
+ echo $this->links(node_link($node));
echo"</font>";
?>