blob: c6ab601e445915559159cfee765cd2f5b5cec5ea [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("Events", "/community/events/", "_self", 1);
$Nav->addCustomNav("Portals", "/community/portals.php", "_self", 1);
$Nav->addCustomNav("Training", "/community/training.php", "_self", 1);
$Nav->addCustomNav("Eclipse Services", "/services/", "_self", 1);
$Nav->addCustomNav("Evangelism", "/evangelism", "_self", 1);
$Nav->addCustomNav("Plug-in Catalogue", "/community/plugins.php", "_self", 1);
$Nav->addCustomNav("Project Resources", "http://wiki.eclipse.org/index.php/Development_Resources", "_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);
?>