blob: 957d681a4d8fbf6f2e72e2201e3045e16cc0944f [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/
# Optional: defaults to system theme
$theme = "Nova";
$pageAuthor="Equinox Committers";
$App->ExtraHtmlHeaders = '<link rel="stylesheet" type="text/css" href="/equinox/equinox.css">';
# 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)
# these are optional
$Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/RT", "_self", 1);
$Nav->addCustomNav("Team", "/rt/team-leaders.php", "_self", 1);
$Nav->addCustomNav("Mailing Lists", "http://www.eclipse.org/mail/", "_self", 1);
$Nav->addNavSeparator("Projects", "index.php");
$Nav->addCustomNav("ECF", "/ecf", "_self", 1);
$Nav->addCustomNav("EclipseLink", "/eclipselink", "_self", 1);
$Nav->addCustomNav("Equinox", "/equinox", "_self", 1);
$Nav->addCustomNav("eRCP", "/ercp", "_self", 1);
$Nav->addCustomNav("RAP", "/rap", "_self", 1);
$Nav->addCustomNav("Riena", "/riena", "_self", 1);
$Nav->addCustomNav("SMILA", "/smila", "_self", 1);
$Nav->addCustomNav("Swordfish", "/swordfish", "_self", 1);
$Nav->addNavSeparator("Other Runtime Technology", "http://www.eclipse.org/equinox-portal/community.php");
$Nav->addCustomNav("RCP", "http://www.eclipse.org/home/categories/rcp.php", "_self", 1);
$Nav->addCustomNav("EMF", "/emf", "_self", 1);
?>