blob: a72dd65511f55dbdee94cbe01146f5cbde34c05a [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
# miasma
$theme = "Phoenix";
$App->AddExtraHtmlHeader("<link rel=\"stylesheet\" type=\"text/css\" href=\"/webtools/wtpphoenix.css\" />\n");
# 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->addCustomNav("WTP Home ...", "/webtools/", "_self", 1);
$Nav->addCustomNav("Documentation ...", "/webtools/documentation/", "_self", 1);
$Nav->addCustomNav("Downloads", "http://download.eclipse.org/webtools/downloads/", "_self", 1);
$Nav->addCustomNav("Community ...", "/webtools/community/communityresources.php", "_self", 1);
#$Nav->addCustomNav("Installation", "install.php", "_self", 1);
$Nav->addCustomNav("Adopters", "/webtools/adopters/", "_self", 1);
$Nav->addCustomNav("Project Wiki", "http://wiki.eclipse.org/Category:Eclipse_Web_Tools_Platform_Project", "_self", 1);
$Nav->addNavSeparator("Development", "/webtools/development/");
#$Nav->addCustomNav("Help Wanted", "plans/1.5/reports/help-wanted.html", "_self", 2);
$Nav->addCustomNav("Bug Reports", "/webtools/development/bugs/bugs.php", "_self", 2);
$Nav->addCustomNav("CVS", "http://dev.eclipse.org/viewcvs/index.cgi/?cvsroot=WebTools_Project", "_self", 2);
$Nav->addCustomNav("Status Meetings", "http://wiki.eclipse.org/WTP_Development_Status_Meetings", "_self", 2);
$Nav->addCustomNav("Documents", "/webtools/development/", "_self", 2);
$Nav->addCustomNav("Committers / Contributors", "/webtools/people/contributors.php", "_self", 2);
$Nav->addCustomNav("FAQ", "/webtools/faq/", "_self", 1);
$Nav->addCustomNav("Newsgroup", "/newsgroups/main.html", "_self", 1);
?>