o: ActiveSupport::Cache::Entry :@compressedF:@value" "
| Web/modules.php | ||
|---|---|---|
| 133 | 133 |
if ((Is_Dir($path.$folder."/".$soubor."/".$soubor1)) && (substr($soubor1,0,1) <> ".") && (substr($soubor1,0,1) <> "!")) {
|
| 134 | 134 |
$img = $soubor1."_Small.jpg"; |
| 135 | 135 |
|
| 136 |
?> |
|
| 137 |
<table> |
|
| 138 |
<?php |
|
| 139 |
/*<tr><td colspan="2"><center><?php echo $soubor1; ?></center></td></tr>*/ |
|
| 140 | 136 |
|
| 137 |
|
|
| 141 | 138 |
if (file_exists($path.$folder.'/'.$soubor."/".$soubor1."/".$img)) {
|
| 142 | 139 |
echo "<td><img src=\"".$www.$folder.'/'.$soubor."/".$soubor1."/".$img."\" width=\"50\"></td>"; |
| 143 | 140 |
} else { echo "<td><img src=\"http://www.mlab.cz/Web/PIC/nopicture2.jpg\" width=\"150\"></td>\n"; }
|