Rev 685 Rev 686
Line 51... Line 51...
51 if ((Is_Dir($path.$folder."/".$soubor."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) { 51 if ((Is_Dir($path.$folder."/".$soubor."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) {
52 $img = $soubor1."_Small.jpg"; 52 $img = $soubor1."_Small.jpg";
53   53  
54 ?> 54 ?>
55 <table style="border: 1px solid #000;" color="EEFFEE" border=0> 55 <table style="border: 1px solid #000;" color="EEFFEE" border=0>
56 <tr><td colspan="2"><?php echo $soubor1; ?></td></tr> 56 <tr><td colspan="2"><center><?php echo $soubor1; ?></center></td></tr>
57 <?php 57 <?php
58 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) { 58 if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) {
59 ?> 59 ?>
60 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td> 60 <tr><td><img src="<?php echo $www.$folder.'/'.$soubor."/".$soubor1."/".$img; ?>" width="150"></td>
61 <?php 61 <?php