blob: 4d8b5d9e9960e960b6f3a8bcaaf35f6e8d2a0a2f [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";
$App->Promotion = TRUE;
//$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->setLinkList( array() );
$Nav->addNavSeparator("Support Eclipse", "/membership/support_eclipse/");
$Nav->addCustomNav("Home", "/membership/support_eclipse/", "_self", 1);
$Nav->addCustomNav("How to Support", "/support_eclipse/support.php", "_self", 1);
?>