Hope this changes the theme
diff --git a/_projectCommon.php b/_projectCommon.php
index 1ad1d41..247c53b 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -12,19 +12,7 @@
 	# https://dev.eclipse.org/committers/
 	# Optional: defaults to system theme
 	# Refer to the variable "$THEME_LIST" in file "eclipse.org-common/system/app.class.php" for a list of themes
-	$_theme = "Phoenix";
-	$theme = "Phoenix";
-	if(isset($_GET['theme'])) {
-		$_theme = $_GET['theme'];
-	}
-	if($_theme != "" && $App->isValidTheme($_theme)) {
-		setcookie("theme", $_theme);
-		$theme = $_theme;
-	}
-	else {
-		# Get theme from browser, or none default
-		$theme = $App->getUserPreferedTheme();
-	}
+	$theme = "Nova";
 
 	# Define your project-wide Nav bars here.
 	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
@@ -38,6 +26,6 @@
 	$Nav->addCustomNav("Who's Using It?", 				"http://wiki.eclipse.org/SWTBot/Who_Is_Using_SWTBot", 			"_self", 2);
 	$Nav->addCustomNav("Contributing", 				"http://wiki.eclipse.org/SWTBot/Contributing", 			"_self", 2);
 	$Nav->addCustomNav("All Pages", 				"http://wiki.eclipse.org/Category:SWTBot", 			"_self", 2);
-	
-	
+
+
 ?>
\ No newline at end of file