Author: nextgens
Date: 2006-12-27 22:44:57 +0000 (Wed, 27 Dec 2006)
New Revision: 11520
Modified:
trunk/website/index.php
Log:
website: point to HTML pages insteed of php ones : we rely on rewriteRules so
that it might increase our visibility on searchengines
Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php 2006-12-27 00:30:05 UTC (rev 11519)
+++ trunk/website/index.php 2006-12-27 22:44:57 UTC (rev 11520)
@@ -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=\"/index.php?".$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>";
}