blob: ac4b89b0460d24958f6a7426a0d6e7bb18fab012 [file] [log] [blame]
<?php
# Set the theme for your project's web pages.
# See the Committer Tools "Phoenix" secion in the How Do I? for list of themes
# https://dev.eclipse.org/committers/
$theme = "solstice";
# 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("About Us", "/org/");
$Nav->addCustomNav("Annual Report", "/org/foundation/reports/annual_report.php", "_self", 1);
$Nav->addCustomNav("Foundation", "/org/foundation/", "_self", 1);
$Nav->addCustomNav("Governance", "/org/documents/", "_self", 1);
$Nav->addCustomNav("Legal Resources", "/legal/", "_self", 1);
$Nav->addCustomNav("Contact Us", "/org/foundation/contact.php", "_self", 1);
$Nav->addNavSeparator("CLA", "/legal/CLA.php");
$Nav->addCustomNav("Validate", "https://projects.eclipse.org/user/cla/validate", "_self", 1);
$Nav->addCustomNav("Sign", "https://projects.eclipse.org/user/sign/cla", "_self", 1);
?>