| * Copyright (c) 2005, 2017, 2018 Eclipse Foundation. |
| * This program and the accompanying materials are made |
| * available under the terms of the Eclipse Public License 2.0 |
| * which is available at https://www.eclipse.org/legal/epl-2.0/ |
| * Eric Poirier (Eclipse Foundation) |
| * SPDX-License-Identifier: EPL-2.0 |
| require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); |
| require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); |
| $Theme = $App->getThemeClass(); |
| include ($App->getProjectCommon()); |
| $pageTitle = "Eclipse Foundation"; |
| $Theme->setPageTitle($pageTitle); |
| $Theme->setPageKeywords("legal, documents, about, foundation"); |
| $Theme->setPageAuthor("Mike Milinkovich, Nov. 23, 2005"); |
| include("content/en_" . $App->getScriptName()); |