| <?php |
| |
| /******************************************************************************* |
| * Copyright (c) 2009 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: |
| * |
| *******************************************************************************/ |
| |
| # Set the theme for your project's web pages. |
| # current theme is solstice ... but we'll use the latest one available, i.e. don't set anything here |
| #$theme = "solstice"; |
| |
| |
| # Define your project-wide Navigation here |
| # This appears on the left of the page if you define a left nav |
| # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3) |
| # these are optional |
| |
| # If you want to override the eclipse.org navigation, uncomment below. |
| # $Nav->setLinkList(array()); |
| |
| # Break the navigation into sections |
| $Nav->addNavSeparator("RT Home", "/rt", "_self", 3); |
| $Nav->addCustomNav("EBR Home", "/ebr/", "_self", 3); |
| $Nav->addCustomNav("About This Project", "/projects/project_summary.php?projectid=rt.ebr", "_self", 3); |
| ?> |