/Web/modules.php
36,7 → 36,7
 
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"
echo "<tr><td>\n";
include $path.$folder.'/'.$soubor."/".$info;
echo "\n</td></tr>\n";
}