blob: a30c4ab95023ba6eb16d40ce49a2051d2c49cf6a [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 = "Nova";
$App->Promotion = TRUE;
//$App->setOutDated();
# 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 &amp; Consulting", "http://marketplace.eclipse.org/taxonomy/term/34/title", "_self", 1);
$Nav->addCustomNav("Evangelism", "http://wiki.eclipse.org/Evangelism", "_self", 1);
$Nav->addCustomNav("Project Resources", "http://wiki.eclipse.org/index.php/Development_Resources", "_self", 1);
?>