Hi!
Diese Zeile hier:
	
durch diese austauschen:
	
Sollte klappen 
Gruß,
Flo.
					Diese Zeile hier:
PHP Code:
	
	
$out .= str_repeat($spacing, $depth) . "<li><b>$key</b>\r\n" . getDirectory($pfad . '/' . $key, $replace, $ignore, $depth + 1) . str_repeat($spacing, $depth) . "</li>\r\n"; 
PHP Code:
	
	
$out .= str_repeat($spacing, $depth) . "<li><b>" . strtr($key, $replace) . "</b>\r\n" . getDirectory($pfad . '/' . $key, $replace, $ignore, $depth + 1) . str_repeat($spacing, $depth) . "</li>\r\n"; 

Gruß,
Flo.
          
Comment