summaryrefslogtreecommitdiffstats
path: root/code/nav.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-09 21:06:04 +0200
committerneoraider <devnull@localhost>2006-04-09 21:06:04 +0200
commit06d55010834152696a7ef016dfe322db27a55549 (patch)
treee3c084909c4d04fe2c36085a579dff077bb43d8a /code/nav.inc.php
parent98a8e34271bb39831f373fb1e320dbb0ef7bca23 (diff)
downloadneon-06d55010834152696a7ef016dfe322db27a55549.tar
neon-06d55010834152696a7ef016dfe322db27a55549.zip
code/links.inc.php: ParseNavLink() in ParseLink() umbenannt.
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 e7617d1..13435be 100644
--- a/code/nav.inc.php
+++ b/code/nav.inc.php
@@ -49,7 +49,7 @@
$ccount = 0;
$ret = '<li>';
- $a = $GLOBALS['links']->ParseNavLink($this->text, $this->link);
+ $a = $GLOBALS['links']->ParseLink($this->text, $this->link);
$ret .= $a;