| <?php |
| |
| # Set the theme for your project's web pages. |
| # See the Committer Tools "How Do I" for list of themes |
| # https://dev.eclipse.org/committers/ |
| $theme = "Phoenix"; |
| |
| $Nav->addNavSeparator("Links", ""); |
| $Nav->addCustomNav("Development Process", "/projects/dev_process/", "_self", 1); |
| $Nav->addCustomNav("Project Dashboards", "/projects/dashboard/", "_self", 2); |
| $Nav->addCustomNav("Proposals", "/proposals/", "_self", 1); |
| $Nav->addCustomNav("Proposing a Project", "/projects/dev_process/", "_self", 2); |
| $Nav->addCustomNav("Eclipse Roadmap", "/org/councils/roadmap.php", "_self", 1); |
| $Nav->addCustomNav("Upcoming Releases", "/projects/timeline/", "_self", 2); |
| $Nav->addCustomNav("Committers", "http://dev.eclipse.org/", "_self", 1); |
| $Nav->addCustomNav("New Committer", "/legal/newcommitter.html", "_self", 2); |
| $Nav->addCustomNav("Committer Guidelines", "/legal/committerguidelines.php", "_self", 2); |
| |
| ?> |