blob: fd6e6231121c8f0b0eb834236a415892770a5c48 [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->addNavSeparator("Documentation", "/webtools/documentation/");
$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/", "_self", 1);
$Nav->addCustomNav("Project Wiki", "http://wiki.eclipse.org/Category:Eclipse_Web_Tools_Platform_Project", "_self", 1);
$Nav->addCustomNav("Development ...", "/webtools/development/", "_self", 1);
$Nav->addCustomNav("FAQ", "/webtools/faq/", "_self", 1);
$Nav->addCustomNav("Newsgroup", "/newsgroups/main.html", "_self", 1);
?>