blob: c8a41c3d5fa742248d4d2e8e77e7e2b9ab49e36d [file] [log] [blame]
<?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'
$pageTitle = "R4E - New & Noteworthy";
$html = '<div id="midcolumn">';
$html .= file_get_contents('../new/new-0.13.0.html');
$html .= file_get_contents('../new/new-0.12.0.html');
$html .= file_get_contents('../new/new-0.11.0.html');
$html .= file_get_contents('../new/new-0.10.0.html');
$html .= "</div>";
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>