Author: nextgens
Date: 2006-08-16 22:56:47 +0000 (Wed, 16 Aug 2006)
New Revision: 10147
Modified:
trunk/website/index.php
Log:
doh
Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php 2006-08-16 22:52:02 UTC (rev 10146)
+++ trunk/website/index.php 2006-08-16 22:56:47 UTC (rev 10147)
@@ -80,7 +80,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>";
}