From 06d55010834152696a7ef016dfe322db27a55549 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sun, 9 Apr 2006 19:06:04 +0000 Subject: code/links.inc.php: ParseNavLink() in ParseLink() umbenannt. --- code/links.inc.php | 2 +- code/nav.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/links.inc.php b/code/links.inc.php index 2eddb77..ce2c7ee 100644 --- a/code/links.inc.php +++ b/code/links.inc.php @@ -35,7 +35,7 @@ return ''; } - function ParseNavLink($text, $link) { + function ParseLink($text, $link) { if(!$link) return $text; switch($link[0]) { 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 = '
  • '; - $a = $GLOBALS['links']->ParseNavLink($this->text, $this->link); + $a = $GLOBALS['links']->ParseLink($this->text, $this->link); $ret .= $a; -- cgit v1.2.3