blob: da619bb4770b796b32b40dc572f2f6ab02fbb939 [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("Helios", "/helios");
$Nav->addCustomNav("Download Now", "/downloads/index-helios.php", "_self", 1);
$Nav->addCustomNav("Helios Projects", "/helios/projects.php", "_self", 1);
$Nav->addCustomNav("Blogathon", "/helios/blogathon/reviews.php", "_self", 1);
$Nav->addCustomNav("Demos", "/helios/demos.php", "_self", 1);
$Nav->addCustomNav("Virtual Conference", "/helios/heliosinaction.php", "_self", 1);
$Nav->addCustomNav("Friends of Helios", "/helios/friends.php", "_self", 1);