summaryrefslogtreecommitdiffstats
path: root/code/nav.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'code/nav.inc.php')
-rw-r--r--code/nav.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/nav.inc.php b/code/nav.inc.php
index 13435be..e7617d1 100644
--- a/code/nav.inc.php
+++ b/code/nav.inc.php
@@ -49,7 +49,7 @@
$ccount = 0;
$ret = '<li>';
- $a = $GLOBALS['links']->ParseLink($this->text, $this->link);
+ $a = $GLOBALS['links']->ParseNavLink($this->text, $this->link);
$ret .= $a;