Author: nextgens
Date: 2007-05-10 19:06:40 +0000 (Thu, 10 May 2007)
New Revision: 13208
Modified:
trunk/website/pages/en/menu.php
Log:
website: maybe fix it
Modified: trunk/website/pages/en/menu.php
===================================================================
--- trunk/website/pages/en/menu.php 2007-05-10 19:05:03 UTC (rev 13207)
+++ trunk/website/pages/en/menu.php 2007-05-10 19:06:40 UTC (rev 13208)
@@ -81,9 +81,9 @@
}
else
{
- if(strcmp($title, 'Documentation')) {
+ if(strcmp($link, 'documentation')) {
showMenu('sub1');
- } else if (strcmp($title, 'Developer')) {
+ } else if (strcmp($link, 'developer')) {
showMenu('sub2');
}
}