blob: afbfd974ad8f95858d06cbef3ad3dc177f45c97b [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 = "Nova";
# 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)
$Nav->addNavSeparator("Articles", "index.php");
$Nav->addCustomNav("Contributing", "contributing.php", "_self", 1);
$Nav->addCustomNav("Suggest a new article", "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=Articles", "_self", 1);
?>