blob: fa4d8c041bf308d7c64b3720b68874a2aced2294 [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
$theme = "Nova";
$Nav->setLinkList( array() );
$Nav->addCustomNav( "Information about Tigerstripe", "/projects/project_summary.php?projectid=technology.tigerstripe", "", 1 );
# 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", "/tigerstripe/index.php");
$Nav->addCustomNav("Community", "http://wiki.eclipse.org/Tigerstripe_Community_Resources", "_self", 2);
$Nav->addCustomNav("Downloads", "/tigerstripe/downloads.php", "_self", 2);
$Nav->addCustomNav("Documentation", "/tigerstripe/documentation/index.php", "_self", 2);
$Nav->addCustomNav("CVS", "http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tigerstripe/?root=Technology_Project", "_self", 2);
$Nav->addCustomNav("IP Log", "/tigerstripe/IPLog.php", "_self", 2);
$Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/Tigerstripe", "_self", 2);
?>