blob: d6ae06bed20ae2f12aa6128868a768a4f1f7a105 [file] [log] [blame]
<?php
/**
* Copyright (c) 2015, 2018 Eclipse Foundation and others.
*
* 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/
*
* Contributors:
* Nathan Gervais (Eclipse Foundation) - Initial implementation
* Eric Poirier (Eclipse Foundation)
* Christopher Guindon (Eclipse Foundation)
*
* SPDX-License-Identifier: EPL-2.0
*/
// Set the theme for your project's web pages.
require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
$Nav = new Nav();
$Nav->addNavSeparator("Eclipse Europa", "/europa");
$Nav->addCustomNav("Friends of Europa", "/europa/friends.php", "_self", 1);
$Nav->addCustomNav("Downloads", "/downloads/packages/release/Europa/WINTER", "_self", 1);
$Nav->addCustomNav("Europa Projects", "/europa/projects.php", "_self", 1);
$Nav->addCustomNav("Europa Effect", "/europa/europaeffect.php", "_self", 1);
$Nav->addCustomNav("Europa Reviews", "/europa/europareviews.php", "_self", 1);
$Nav->addCustomNav("Europa News", "/europa/europanews.php", "_self", 1);
$Nav->addCustomNav("Write a Review, Win an Eclipse Shirt", "/org/press-release/20070612cb_europareviews.php", "_self", 1);
$Theme->setNav($Nav);
$App->Promotion = FALSE;
$App->setOutDated('2011-11-11', '<a href="https://projects.eclipse.org/releases/europa">Europa</a> is a past version of Eclipse. Please visit our <a href="/downloads/">download</a> page for the latest version of Eclipse. ' );