blob: 9449673f09be98ef1077ab7eaa25020d2df0f778 [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("Mailing Lists", "/mail/", "_self", 1);
$Nav->addCustomNav("Community Resources", "/community/sources.php", "_self", 1);
$Nav->addCustomNav("Eclipse Services", "/services/", "_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->addCustomNav("Evangelism", "/evangelism/index.php", "_self", 1);
?>