blob: 47e212c6447acf081e4536ddab2aee4fb85f623b [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";
require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/common/project-info.class.php");
$projectInfo = new ProjectInfo("technology");
$projectInfo->generate_common_nav( $Nav );
$Nav->addCustomNav("Proposals", "/proposals/", "_self", 1);
$Nav->addCustomNav("Research", "/technology/research.php", "_self", 1);
?>