blob: 5a265d777aeb6a5a3f5a4b2bebe12041c1d18aa2 [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/main.php", "_self", 1);
$Nav->addCustomNav("Subprojects", "", "_self", 1);
$Nav->addCustomNav("WST", "/webtools/wst/main.php", "_self", 2);
$Nav->addCustomNav("JST", "/webtools/jst/main.php", "_self", 2);
$Nav->addCustomNav("ATF", "/webtools/atf/main.php", "_self", 2);
$Nav->addCustomNav("Dali", "/webtools/dali/main.php", "_self", 2);
$Nav->addCustomNav("JSF", "/webtools/jsf/main.php", "_self", 2);
$Nav->addNavSeparator("Documentation", "/webtools/documentation/main.php");
$Nav->addCustomNav("User Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.user/topics/overview.html", "_self", 2);
$Nav->addCustomNav("WST ISV Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/wst.html", "_self", 2);
$Nav->addCustomNav("JST ISV Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.jst.doc.isv/html/plugin_descriptions_JST/jst.html", "_self", 2);
$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/main.php", "_self", 1);
$Nav->addCustomNav("Project Wiki", "http://wiki.eclipse.org/index.php/Web_Tools_Project", "_self", 1);
$Nav->addCustomNav("Development ...", "/webtools/development/main.php", "_self", 1);
$Nav->addCustomNav("FAQ", "/webtools/faq/main.php", "_self", 1);
$Nav->addCustomNav("Newsgroup", "/newsgroups/main.html#wtp", "_self", 1);
?>