blob: 4817afb853ebdc432f54286f1371c6d6b4ea3da8 [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";
$App->Promotion = TRUE;
# 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("Repository Providers", "/community/team.php", "_self", 1);
//$Nav->addCustomNav("Awards &amp; opinions", "/community/awards.php", "_self", 1);
?>