Author: ian
Date: 2006-06-02 18:23:47 +0000 (Fri, 02 Jun 2006)
New Revision: 8997

Modified:
   trunk/website/menu.php
Log:
Update menu to use rewritten URLs

Modified: trunk/website/menu.php
===================================================================
--- trunk/website/menu.php      2006-06-02 18:22:17 UTC (rev 8996)
+++ trunk/website/menu.php      2006-06-02 18:23:47 UTC (rev 8997)
@@ -70,7 +70,7 @@
      <td nowrap class="menu"><?=$text ?>&nbsp;</td></tr>
 <?
   } else {
-       lnk($text, "index.php?page=".$link);
+       lnk($text, $link.".html");
   }
 }



Reply via email to