Fix failed MNGs imagesize detection (existing basename-matching GIF expected)
[www.energie.vellum.cz.git] / index.php
index 1d21c76..724a636 100644 (file)
--- a/index.php
+++ b/index.php
@@ -67,16 +67,16 @@ function tab_price($product)
        print(""
                        ."<tr class=\"tab-bold\">".tab_left("phys_2002")
                                ."<td>pøedplatné na rok 2002 za cenu ".tab_price("phys_2002")."</td></tr>\n"
-                       ."<tr class=\"tab-bold\">".tab_left("phys_2001")
-                               ."<td>pøedplatné na rok 2001 za zvýhodnìnou cenu ".tab_price("phys_2001")."</td></tr>\n"
-                       ."<tr>"                   .tab_left("phys_2000")
-                               ."<td>roèník 2000 za cenu "                       .tab_price("phys_2000")."</td></tr>\n"
                        );
        foreach (price_a() as $product => $price) {
-               if (!(ereg("^cd_([0-9]+)$",$product,$matched)))
+               if ($product=="phys_2002")
                        continue;
-               $year=$matched[1];
-               print("<tr>".tab_left($product)."<td>roèník $year na CD za cenu ".tab_price($product)."</td></tr>\n");
+               if (!(ereg("^(cd|phys)_([0-9]+)$",$product,$matched)))
+                       continue;
+               $type=$matched[1];
+               $year=$matched[2];
+               print("<tr>".tab_left($product)."<td>roèník $year".($type!="cd" ? "" : " na CD")
+                               ." za cenu ".tab_price($product)."</td></tr>\n");
                }
        print('<tr><td colspan="3" align="right" class="smaller">(ceny jsou uvedeny vè. DPH a distribuèních nákladù)</td></tr>'."\n");
 
@@ -159,7 +159,8 @@ print_addr("Adresa pro zas
 <hr />
 <table border="0" width="100%"><colgroup width="0*" />
 <tr><td class="smaller">Doporuèujeme:</td><td align="center"><?php
-       print("<a href=\"http://www.tzb-info.cz/\">".img("img/tzb-info.gif","TZB-info")."</a>");
+       print("<a href=\"http://www.tzb-info.cz/\">".img("img/tzb-info.".(image_supported("video/x-mng") ? "mng" : "gif"),
+                       "TZB-info")."</a>");
 ?></td></tr>
 </table>