blob: 425310304b7ce871c86b3907c70e5dc9e02765cb [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2011 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Wayne Beaton (Eclipse Foundation)- initial API and implementation
*******************************************************************************/
$theme = "Nova";
$App->Promotion = TRUE;
$Nav->addNavSeparator("Juno", null);
$Nav->addCustomNav("Project List", "/projects/releases/releases.php?release=juno", "_self", 2);
$Nav->addCustomNav("Project Descriptions", "/projects/releases/descriptions.php?release=juno", "_self", 2);
?>