blob: c2d256a18475d46e994aaae841dcb823c2d32f2c [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";
$App->Promotion = TRUE;
# 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("Downloads Home", "/downloads/");
# $Nav->addCustomNav("Bit Torrents", "http://torrent.eclipse.org:6969/", "_self", 1);
$Nav->addCustomNav("Source code", "http://wiki.eclipse.org/Git", "_self", 1);
$Nav->addCustomNav("More Packages", "/downloads/packages/", "_self", 1);
?>