/Web/modules.php
89,12 → 89,12
 
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"; }
else { echo "<tr><td><img src=\"http://www.mlab.cz/Web/PIC/nopicture2.jpg\" width=\"150\"></td>\n"; }
else { echo "<tr><td><img src=\"http://www.mlab.cz/Web/PIC/nopicture2.jpg\" width=\"150\"></td>\n"; }
if (file_exists($path.$folder.'/'.$soubor."/".$info)) {
echo "<td><iframe src=".$www.$folder.'/'.$soubor."/".$info." scrolling=AUTO align=middle frameborder=0></iframe>";
echo "\n</td></tr>\n";
}
 
} else { echo "<td><i>Description isn't availible!!</i></td></tr>\n"; }
echo "</table>\n\n";
} else {
 
?>