forked from eclipse-ee4j/ee4j-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_projectCommon.php
15 lines (15 loc) · 917 Bytes
/
_projectCommon.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/*******************************************************************************
* Copyright (c) 2017 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
*******************************************************************************/
$theme = "solstice";
$Nav->addNavSeparator("EE4J", "/ee4j");
$Nav->addCustomNav("PMC Minutes", "/ee4j/minutes", "_self", NULL);
$Nav->addCustomNav("PMC News", "/ee4j/news", "_self", NULL);
$Nav->addCustomNav("Project Status", "/ee4j/status.php", "_self", NULL);
$Nav->addCustomNav("Project Relationships", "/ee4j/relationships.php", "_self", NULL);
$Nav->addCustomNav("EE4J Charter", "https://projects.eclipse.org/projects/ee4j/charter", "_self", NULL);