blob: ce12829db7404862c814557407f33fcd952819d2 [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 = "solstice";
#header("Content-type: text/html; charset=utf-8");
#$App->AddExtraHtmlHeader("<link rel=\"stylesheet\" type=\"text/css\" href=\"/webtools/wtpnova.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->setLinkList(null);
$Nav->addCustomNav( "About This Project", "/projects/project_summary.php?projectid=webtools.jsdt", "_self", 1 );
$Nav->addCustomNav("About This Content", "/webtools/jsdt/about.php", "_self", 2);
$Nav->addNavSeparator("WTP Home", "/webtools/");
$Nav->addNavSeparator("JSDT", "/webtools/jsdt");
$Nav->addCustomNav("Core", "/webtools/jsdt/core", "_self", 2);
$Nav->addCustomNav("Debug", "/webtools/jsdt/debug", "_self", 2);
$Nav->addCustomNav("UI", "/webtools/jsdt/ui", "_self", 2);
$Nav->addCustomNav("Web", "/webtools/jsdt/web", "_self", 2);
$Nav->addNavSeparator("Downloads", "http://download.eclipse.org/webtools/downloads/");
$Nav->addNavSeparator("Documentation", "/webtools/documentation/");
$Nav->addCustomNav("Project Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=webtools.jsdt", "_self", 2);
$Nav->addNavSeparator("Community", "/webtools/community/");
$Nav->addCustomNav("Wiki", "https://wiki.eclipse.org/JSDT", "_self", 2);
$Nav->addCustomNav("Newsgroup", "http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools", "_self", 2);
$Nav->addCustomNav("Mailing List", "http://dev.eclipse.org/mhonarc/lists/wtp-dev/", "_self", 2);
$Nav->addCustomNav("Who We Are", "/webtools/jsdt/who.php", "_self", 2);
?>