blob: 04cb818a90463cd3cac49c1290c2cae6b42bdd27 [file]
<?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
$theme = "Nova";
# 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->addNavSeparator("Project Home", "/bpel/index.php");
$Nav->addCustomNav("Downloads", "/bpel/downloads.php", "_self", 2);
$Nav->addCustomNav("Installation", "/bpel/install.php", "_self", 2);
$Nav->addCustomNav("Developers", "/bpel/developers.php", "_self", 2);
$Nav->addCustomNav("Users", "/bpel/users.php", "_self", 2);
# $Nav->addCustomNav("FAQ", "/bpel/faq.php", "_self", 2);
ob_start();
?>