summaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-15 19:31:05 +0200
committerneoraider <devnull@localhost>2006-04-15 19:31:05 +0200
commitac0c6f0b35a99fed2308aef85df818db3d871a95 (patch)
tree13f8ef737325c26444eb129c8d73a6f4f8c82f24 /code
parent9b75fe7dbb5d0facae0ad516b580886c3e5a7aec (diff)
downloadneon-ac0c6f0b35a99fed2308aef85df818db3d871a95.tar
neon-ac0c6f0b35a99fed2308aef85df818db3d871a95.zip
Neuer MediaWiki-like Style TheWhiteOne.
Diffstat (limited to 'code')
-rw-r--r--code/nav.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/code/nav.inc.php b/code/nav.inc.php
index 06ce84d..bb7ce12 100644
--- a/code/nav.inc.php
+++ b/code/nav.inc.php
@@ -72,7 +72,8 @@
function Parse() {
$ccount = 0;
- $ret = '<li>';
+ if($this->link) $ret = '<li class="nav_' . urlencode($this->link) . '">';
+ else $ret = '<li>';
$a = $GLOBALS['nav']->ParseLink($this->text, $this->link);