Pārlūkot izejas kodu

Overlooked item fixed

teo greenwood 10 gadi atpakaļ
vecāks
revīzija
df772d47e2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      sys/fileshare/showfiles.inc

+ 1 - 1
sys/fileshare/showfiles.inc

@@ -130,7 +130,7 @@
 	//If we are not in the TLD, make a link to the previous dir
 	if ($prevdirname <> '') {
 
-		echo '<img src="'.$icondir.'tsfolder-up.gif" />';
+		echo '<img src="'.$config['icondir'].'tsfolder-up.gif" />';
 		echo '<a href="index.php?nav=1&dir='.$prevdirname.'">Up one level</a>'."\n";
 
 	}