Author: nextgens
Date: 2006-12-27 22:49:34 +0000 (Wed, 27 Dec 2006)
New Revision: 11521

Modified:
   trunk/website/index.php
Log:
doh

Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php     2006-12-27 22:44:57 UTC (rev 11520)
+++ trunk/website/index.php     2006-12-27 22:49:34 UTC (rev 11521)
@@ -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=\"".$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