| <?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); |
| |
| ?> |