blob: e3d4ba2ea28c8b8a964939298ec38a2f356a7cca [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/
$theme = "Phoenix";
$App->Promotion=TRUE;
# 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)
$Nav->addCustomNav("Enterprise Java", "/home/categories/index.php?category=enterprise", "_self", 1);
$Nav->addCustomNav("Embedded + Mobile", "/home/categories/index.php?category=mobile", "_self", 1);
$Nav->addCustomNav("Equinox + RCP", "/home/categories/index.php?category=equinox", "_self", 1);
$Nav->addCustomNav("Modeling", "/home/categories/index.php?category=mobile", "_self", 1);
$Nav->addCustomNav("Application Frameworks", "/home/categories/index.php?category=frameworks", "_self", 1);
$Nav->addCustomNav("Language IDE", "/home/categories/index.php?category=ide", "_self", 1);
?>