*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index 22e55dc..441a569 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -1,13 +1,13 @@
 <?php
 
 /*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
+ * Copyright (c) 2010 Eclipse Foundation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  *
- * Contributors:
+ * Contributors: Adrian Mos
  *    
  *******************************************************************************/
 
@@ -26,15 +26,15 @@
 	
 	# Break the navigation into sections
 	$Nav->addNavSeparator("MyProject", 	"/default");
-	$Nav->addCustomNav("Download", "/project/download.php", "_self", 3);
-	$Nav->addCustomNav("Documentation", "/project/documentation.php", "_blank", 3);
-	$Nav->addCustomNav("Support", "/project/support.php", "_blank", 3);
-	$Nav->addCustomNav("Getting Involved", "/project/developers", "_blank", 3);
+	$Nav->addCustomNav("Download", "/mangrove/download.php", "_self", 3);
+	$Nav->addCustomNav("Documentation", "/mangrove/documentation.php", "_blank", 3);
+	$Nav->addCustomNav("Support", "/mangrove/support.php", "_blank", 3);
+	$Nav->addCustomNav("Getting Involved", "/mangrove/getting_involved", "_blank", 3);
 
 	# Define keywords, author and title here, or in each PHP page specifically
-	$pageKeywords	= "xtext, dsl, modeling, domain specific language, textual";
-	$pageAuthor		= "Your name";
-	# $pageTitle 		= "Xtext";
+	$pageKeywords	= "mangrove, soa, bpmn, sca, monitoring";
+	$pageAuthor		= "Adrian Mos";
+	# $pageTitle 		= "Mangrove";
 
 
 	# top navigation bar