Author: nextgens
Date: 2006-08-16 22:12:00 +0000 (Wed, 16 Aug 2006)
New Revision: 10142

Modified:
   trunk/website/index.php
Log:
website: try something

Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php     2006-08-16 21:43:51 UTC (rev 10141)
+++ trunk/website/index.php     2006-08-16 22:12:00 UTC (rev 10142)
@@ -81,7 +81,7 @@
        <td height="20" align="right" valign="bottom" 
background="image/hdr_bg_short.gif"><?
        foreach($modes as $m => $k) {
                if(!$k) {
-                       echo "<a href='index.php?page=".$page."&mode=".$m."' 
onMouseOver=\"rollOn('";
+                       echo "<a href='/".$page.".html?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