| 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"); |
| include($App->getProjectCommon()); |
| #***************************************************************************** |
| $pageTitle = "OSEE - Support"; |
| #***************************************************************************** |
| $html = '<div id="midcolumn">'; |
| $html .= file_get_contents('_index.html'); |
| $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); |