| <?php |
| /******************************************************************************* |
| * Copyright (c) 2011, 2015 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://www.eclipse.org/legal/epl-v10.html |
| * |
| * Contributors: |
| * Wayne Beaton (Eclipse Foundation)- initial API and implementation |
| *******************************************************************************/ |
| $theme = "solstice"; |
| $App->Promotion = TRUE; |
| |
| $Nav->addNavSeparator("Security", 'index.php'); |
| $Nav->addCustomNav("Email the Security Team", "mailto:security@eclipse.org", "_self", 2); |
| $Nav->addCustomNav("Policy", "policy.php", "_self", 2); |
| $Nav->addCustomNav("Known Vulnerabilities", "known.php", "_self", 2); |
| $Nav->addNavSeparator("Projects", "/projects"); |
| $Nav->addCustomNav("List of Projects", "/projects/listofprojects.php", "_self", 2); |
| $Nav->addCustomNav("Project Tools", "/projects/tools", "_self", 2); |
| ?> |