blob: 39ea1ba7453bb8d792dc4cb9e5be3a14f482ac29 [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("Galileo", "/galileo/");
$Nav->addCustomNav("Download Now", "/downloads/", "_self", 1);
$Nav->addCustomNav("Galileo Projects", "/galileo/projects.php", "_self", 1);
$Nav->addCustomNav("Galileo Bird's Nest", "http://galileo.chinposin.com", "_blank", 1);
$Nav->addCustomNav("Galileo Friends of Eclipse", "/galileo/friends.php", "_self", 1);
$Nav->addCustomNav("Galileo Blog-A-Thon", "/galileo/blogathon/reviews.php", "_self", 1);
$Nav->addCustomNav("Galileo in Action", "/galileo/galileoinaction.php", "_self", 1);
?>