From 1f7a461b1137c475020f93f4346bdc3259e5c392 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sun, 9 Apr 2006 19:58:03 +0000 Subject: code/links.inc.php: Name von ParseLink() wieder auf ParseNavLink() ge?ndert. Verzeichnis modules hinzugef?gt. --- 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 ce2c7ee..2eddb77 100644 --- a/code/links.inc.php +++ b/code/links.inc.php @@ -35,7 +35,7 @@ return ''; } - function ParseLink($text, $link) { + function ParseNavLink($text, $link) { if(!$link) return $text; switch($link[0]) { 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 = '
  • '; - $a = $GLOBALS['links']->ParseLink($this->text, $this->link); + $a = $GLOBALS['links']->ParseNavLink($this->text, $this->link); $ret .= $a; -- cgit v1.2.3