Changed from Graphiti to FMC

Change-Id: I49475dae1d80c94e0d7b10bee62f07fc75c2fb5e
diff --git a/_projectCommon.php b/_projectCommon.php
index 51b65dc..4cb54b0 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -9,7 +9,7 @@
  *
  * Contributors:
  *		Eclipse Foundation - Initial version
- *		Michael Wenz - changes for Graphiti
+ *		Benjamin Schmeling - changes for FMC
  *******************************************************************************/
 
 	# Set the theme for your project's web pages.
@@ -26,28 +26,28 @@
 	# $Nav->setLinkList(array());
 	
 	# Break the navigation into sections
-	$Nav->addNavSeparator("Graphiti", "/graphiti");
-	$Nav->addCustomNav("Download", "/graphiti/download.php", "_self", 3);
-	$Nav->addCustomNav("Documentation", "/graphiti/documentation", "_blank", 3);
-	$Nav->addCustomNav("Support", "/graphiti/support.php", "_blank", 3);
-	$Nav->addCustomNav("Getting Involved", "/graphiti/developers", "_blank", 3);
+	$Nav->addNavSeparator("FMC", "/fmc");
+	$Nav->addCustomNav("Download", "/fmc/download.php", "_self", 3);
+	$Nav->addCustomNav("Documentation", "/fmc/documentation", "_blank", 3);
+	$Nav->addCustomNav("Support", "/fmc/support.php", "_blank", 3);
+	$Nav->addCustomNav("Getting Involved", "/fmc/developers", "_blank", 3);
 
 	# Define keywords, author and title here, or in each PHP page specifically
-	$pageKeywords	= "dsl, modeling, domain specific language, graphical, Java API";
-	$pageAuthor		= "Michael Wenz";
-	$pageTitle 		= "Graphiti";
+	$pageKeywords	= "dsl, modeling, domain specific language";
+	$pageAuthor		= "Benjamin Schmeling";
+	$pageTitle 		= "FMC";
 
 	# top navigation bar
 	# To override and replace the navigation with your own, uncomment the line below.
 	$Menu->setMenuItemList(array());
-	$Menu->addMenuItem("Home", "/graphiti", "_self");
-	$Menu->addMenuItem("Download", "/graphiti/download.php", "_self");
-	$Menu->addMenuItem("Documentation", "/graphiti/documentation", "_self");
-	$Menu->addMenuItem("Support", "/graphiti/support", "_self");
-	$Menu->addMenuItem("Getting Involved", "/graphiti/developers", "_self");
+	$Menu->addMenuItem("Home", "/fmc", "_self");
+	$Menu->addMenuItem("Download", "/fmc/download.php", "_self");
+	$Menu->addMenuItem("Documentation", "/fmc/documentation", "_self");
+	$Menu->addMenuItem("Support", "/fmc/support", "_self");
+	$Menu->addMenuItem("Getting Involved", "/fmc/developers", "_self");
 	
 	# To define additional CSS or other pre-body headers
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/graphiti/style.css"/>' . "\n\t");
+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/fmc/style.css"/>' . "\n\t");
 	
 	# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
 	$App->Promotion = TRUE;