|  | <?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' | 
|  |  | 
|  | # Paste your HTML content between the EOHTML markers! | 
|  | $html = file_get_contents('_index.html'); | 
|  |  | 
|  | $App->AddExtraHtmlHeader('<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>' . "\n\t"); | 
|  | $App->AddExtraHtmlHeader('<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" />' . "\n\t"); | 
|  | $App->AddExtraHtmlHeader('<script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>' . "\n\t"); | 
|  |  | 
|  | # Generate the web page | 
|  | $App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html); | 
|  | ?> |