blob: a374bbcb1526048e183b2cc0244d461d7d01d61a [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->addNavSeparator("Community", "/webtools/community/communityresources.php");
$Nav->addCustomNav("Articles", "/webtools/community/communityresources.php#articles", "_self", 2);
$Nav->addCustomNav("Books", "/webtools/community/communityresources.php#books", "_self", 2);
$Nav->addCustomNav("Presentations", "/webtools/community/communityresources.php#presentations", "_self", 2);
$Nav->addCustomNav("Tutorials", "/webtools/community/communityresources.php#tutorials", "_self", 2);
$Nav->addCustomNav("White Papers", "/webtools/community/communityresources.php#whitepapers", "_self", 2);
#$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);
?>