blob: 12887ddde8d39f2d0d473a138a1350599429a0bb [file] [log] [blame]
<?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";
# Define your project-wide Nav bars here.
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
$Nav->addNavSeparator("Community", "/community/");
$Nav->addCustomNav("Community Resources", "/community/sources.php", "_self", 1);
$Nav->addCustomNav("Events", "/community/events/", "_self", 1);
$Nav->addCustomNav("Plug-in Catalogue", "/community/plugins.php", "_self", 1);
$Nav->addCustomNav("RCP Applications Catalogue", "/community/rcp.php", "_self", 1);
$Nav->addCustomNav("Repository Providers", "/community/team.php", "_self", 1);
$Nav->addCustomNav("Awards &amp; opinions", "/community/awards.php", "_self", 1);
$Nav->addNavSeparator("News","/community/news/");
$Nav->addCustomNav("Eclipse News", "eclipsenews.php", "_self", 1);
$Nav->addCustomNav("Eclipse in the News", "eclipseinthenews.php", "_self", 1);
?>