Rev 756 Rev 758
Line 1... Line 1...
1 <?php 1 <?php
2 echo "<tr>\n"; 2 echo "<tr>\n";
3 $adresar1 = opendir($path.$folder."/".$soubor); 3 $adresar1 = opendir($path.$folder."/".$HTTP_GET_VARS["file"]);
4 while ($soubor1 = readdir($adresar1)){ 4 while ($soubor1 = readdir($adresar1)){
5 if ((Is_Dir($path.$folder."/".$HTTP_GET_VARS["file"]."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) { 5 if ((Is_Dir($path.$folder."/".$HTTP_GET_VARS["file"]."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) {
6 $img = $soubor1."_Small.jpg"; 6 $img = $soubor1."_Small.jpg";
7   7  
8   8