blob: 817acd4411c2d6f57528bdc2d33bcba7b9dd0aa7 [file] [log] [blame]
<?php
/**
* Copyright (c) 2013, 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:
* Wayne Beaton (Eclipse Foundation)- initial API and implementation
* Eric Poirier (Eclipse Foundation)
*
* SPDX-License-Identifier: EPL-2.0
*/
$theme = NULL;
$App->Promotion = TRUE;
$Nav->addNavSeparator("Neon", null);
$Nav->addCustomNav("Project List", "/projects/releases/releases.php?release=neon", "_self", 2);
$Nav->addCustomNav("Project Descriptions", "/projects/releases/descriptions.php?release=neon", "_self", 2);
?>