blob: 0f45fb32f09154190a3bcaf78324ee05778ab812 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2014 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - Initial implementation
*******************************************************************************/
# Set the theme for your project's web pages.
# See the Committer Tools "Phoenix" secion in the How Do I? for list of themes
# https://dev.eclipse.org/committers/
$theme = "solstice";
# Define your project-wide Nav bars here.
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank).
$Nav->addNavSeparator("Links", "/eclipse.org-common/themes/solstice/docs/");
$Nav->addCustomNav("Project page", "https://projects.eclipse.org/projects/tools.titan", "_self", NULL);
$Nav->addCustomNav("Downloads", "https://projects.eclipse.org/projects/tools.titan/downloads", "_self", NULL);
$Nav->addCustomNav("Source code", "https://github.com/eclipse/titan.core", "_self", NULL);
$Nav->addCustomNav("Community forum", "https://www.eclipse.org/forums/index.php/f/297/", "_self", NULL);
$Nav->addCustomNav("Openhub page", "https://www.openhub.net/p/eclipse_titan", "_self", NULL);