[freenet-cvs] r13209 - trunk/website/pages/en

nextgens at freenetproject.org nextgens at freenetproject.org
Thu May 10 19:17:13 UTC 2007


Author: nextgens
Date: 2007-05-10 19:17:13 +0000 (Thu, 10 May 2007)
New Revision: 13209

Modified:
   trunk/website/pages/en/menu.php
Log:
website: maybe fix it (again)

Modified: trunk/website/pages/en/menu.php
===================================================================
--- trunk/website/pages/en/menu.php	2007-05-10 19:06:40 UTC (rev 13208)
+++ trunk/website/pages/en/menu.php	2007-05-10 19:17:13 UTC (rev 13209)
@@ -78,16 +78,16 @@
 		} else {
 			lnk($title, $link);
 		}	
+		echo '</ul>';
 	}
 	else
 	{
-		if(strcmp($link, 'documentation')) {
-			showMenu('sub1');
-		} else if (strcmp($link, 'developer')) {
-			showMenu('sub2');
+		if(strcmp($page, 'documentation')) {
+			showMenu($menus['sub1']);
+		} else if (strcmp($previousLink, 'developer')) {
+			showMenu($menus['sub2']);
 		}
 	}
-	echo '</ul>';
 }
 ?>
 




More information about the cvs mailing list