blob: a0754441140e2de4555a9f6da7e4a14045470b9a [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";
# 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("Users", "/users/");
$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("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);
?>