blob: d1d69677fba843caf04108ccf3ab24dd923e359c [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->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("Test Galileo M7", "/downloads/packages/release/galileo/m7", "_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);
?>