Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '_projectCommon.php')
-rw-r--r--_projectCommon.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/_projectCommon.php b/_projectCommon.php
index a3f99e6..7ff35d8 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -7,8 +7,8 @@
# 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("Project Home", "downloads.php");
- $Nav->addCustomNav("Main", "index.php", "_self", 2);
+ $Nav->addNavSeparator("Articles", "index.php");
+ $Nav->addCustomNav("RCP Articles", "index.php?filter=rcp", "_self", 2);
$Nav->addCustomNav("Contributing", "contributing.php", "_self", 2);
$Nav->addCustomNav("Contact the editor", "mailto:articles_editor@eclipse.org", "_self", 2);

Back to the top