Try to fix wierd header issue.
diff --git a/index.php b/index.php
index e8de5b6..885079f 100755
--- a/index.php
+++ b/index.php
@@ -1,6 +1,5 @@
 <?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style3.css"/>' . "\n\t");
-
+	
 	# Paste your HTML content between the EOHTML markers!
 	$html = file_get_contents('_index.html');