Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
if (file_exists($path.$folder."/".$soubor."/CAM_AMA")) { |
35 |
if (file_exists($path.$folder."/".$soubor."/CAM_AMA")) { |
36 |
|
36 |
|
37 |
if (file_exists($path.$folder.'/'.$soubor."/".$img)) { echo "<tr><td><img src=\"".$www.$folder.'/'.$soubor."/".$img."\" width=\"150\"></td></tr>\n"; } |
37 |
if (file_exists($path.$folder.'/'.$soubor."/".$img)) { echo "<tr><td><img src=\"".$www.$folder.'/'.$soubor."/".$img."\" width=\"150\"></td></tr>\n"; } |
38 |
if (file_exists($path.$folder.'/'.$soubor."/".$info)) { |
38 |
if (file_exists($path.$folder.'/'.$soubor."/".$info)) { |
39 |
echo "<tr><td>\n" |
39 |
echo "<tr><td>\n"; |
40 |
include $path.$folder.'/'.$soubor."/".$info; |
40 |
include $path.$folder.'/'.$soubor."/".$info; |
41 |
echo "\n</td></tr>\n"; |
41 |
echo "\n</td></tr>\n"; |
42 |
} |
42 |
} |
43 |
|
43 |
|
44 |
} else { |
44 |
} else { |