/Web/modules.inc.php
1,6 → 1,6
<?php
echo "<tr>\n";
$adresar1 = opendir($path.$folder."/".$soubor);
$adresar1 = opendir($path.$folder."/".$HTTP_GET_VARS["file"]);
while ($soubor1 = readdir($adresar1)){
if ((Is_Dir($path.$folder."/".$HTTP_GET_VARS["file"]."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) {
$img = $soubor1."_Small.jpg";