blob: 645c20e1cbf4cbfba9e85ff6e5ca821a03d350bb [file] [log] [blame]
<?php
/**
* Copyright (c) 2014, 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:
* Christopher Guindon (Eclipse Foundation) - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*/
require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
$Nav = new Nav();
$Nav->addNavSeparator("Links", "");
$Nav->addCustomNav("The Challenge", "/community/e4RoverMars/challenge.php", "_self", 1);
$Nav->addCustomNav("Get Started", "/community/e4RoverMars/getstarted.php", "_self", 1);
$Nav->addCustomNav("How to Play", "/community/e4RoverMars/howtoplay.php", "_self", 1);
$Nav->addCustomNav("Improve the Client", "/community/e4RoverMars/improveclient.php", "_self", 1);
$Nav->addCustomNav("Get Help", "/community/e4RoverMars/gethelp.php", "_self", 1);
$Nav->addCustomNav("EclipseCon 2010", "http://www.eclipsecon.org/2010/", "_self", 1);
$Nav->setHTMLBlock('<div class="sponsor">
<p><strong>A big thank you to our sponsors</strong></p>
<a href="http://www.nasa.gov" target="_blank"><img src="images/sponsors/nasa.png"/></a>
<a href="http://mindstorms.lego.com/" target="_blank"><img src="images/sponsors/mindstorm.png"/></a>
<a href="http://aws.amazon.com/" target="_blank"><img src="images/sponsors/amazon.png"/></a>
</div>');
$Theme->setNav($Nav);