Author: nextgens
Date: 2006-12-27 22:59:05 +0000 (Wed, 27 Dec 2006)
New Revision: 11522

Modified:
   trunk/website/index.php
Log:
website: rollback : it seems that the rewrite rule doesn't work : we will see 
when we migrate to apache2

Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php     2006-12-27 22:49:34 UTC (rev 11521)
+++ trunk/website/index.php     2006-12-27 22:59:05 UTC (rev 11522)
@@ -100,7 +100,7 @@
        <td height="20" align="right" valign="bottom" 
background="image/hdr_bg_short.gif"><?
        foreach($modes as $m => $k) {
                if(!$k) {
-                       echo "<a href=\"".$page.".html?mode=".$m."\" 
onMouseOver=\"rollOn('";
+                       echo "<a href=\"/index.php?".$page."&mode=".$m."\" 
onMouseOver=\"rollOn('";
                        echo $m."s');\" onMouseOut=\"rollOff('".$m."s');\"><img 
border=0 name=".$m;
                        echo "s alt=".$m."s src=\"image/".$m."s.gif\"></a>";
                }


Reply via email to