/Web/modules.php
34,7 → 34,7
 
if (file_exists($path.$folder."/".$soubor."/CAM_AMA")) {
 
if (file_exists($path.$folder.'/'.$soubor."/".$img)) { echo "<tr><td><img src=\"".$www.$folder.'/'.$soubor."/".$img."\" width=\"150\"></td></tr>\n" }
if (file_exists($path.$folder.'/'.$soubor."/".$img)) { echo "<tr><td><img src=\"".$www.$folder.'/'.$soubor."/".$img."\" width=\"150\"></td></tr>\n"; }
if (file_exists($path.$folder.'/'.$soubor."/".$info)) {
echo "<tr><td>\n"
include $path.$folder.'/'.$soubor."/".$info;
65,7 → 65,7
echo "<tr><td>\n";
include $path.$folder.'/'.$soubor."/".$soubor1."/".$info;
echo "\n</td></tr>\n";
}
}
?>
</table>
</td></tr>