Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnettleton2010-04-09 16:09:15 +0000
committerbnettleton2010-04-09 16:09:15 +0000
commit4e7571e65b57bb4ec5ea3f8d965f3d6be08314eb (patch)
treebf37255c3d4c410a0a02f74e75cef7104ff2bd47 /_projectCommon.php
parent9bda87e94c9cd4657986098694173a9b1c389221 (diff)
downloadnaming-4e7571e65b57bb4ec5ea3f8d965f3d6be08314eb.tar.gz
naming-4e7571e65b57bb4ec5ea3f8d965f3d6be08314eb.tar.xz
naming-4e7571e65b57bb4ec5ea3f8d965f3d6be08314eb.zip
Fixed navigation links to point to "/gemini/naming/..."
Updated _projectCommon.php to use Gemini Naming stylesheet.
Diffstat (limited to '_projectCommon.php')
-rwxr-xr-x_projectCommon.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/_projectCommon.php b/_projectCommon.php
index 785accf..6caf085 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -25,11 +25,11 @@
# $Nav->setLinkList(array());
# Break the navigation into sections
- $Nav->addNavSeparator("Gemini Naming", "/naming");
- $Nav->addCustomNav("Download", "/naming/download.php", "_self", 3);
- $Nav->addCustomNav("Documentation", "/naming/documentation.php", "_blank", 3);
- $Nav->addCustomNav("Support", "/naming/support.php", "_blank", 3);
- $Nav->addCustomNav("Getting Involved", "/naming/developers", "_blank", 3);
+ $Nav->addNavSeparator("Gemini Naming", "/gemini/naming");
+ $Nav->addCustomNav("Download", "/gemini/naming/download.php", "_self", 3);
+ $Nav->addCustomNav("Documentation", "/gemini/naming/documentation.php", "_blank", 3);
+ $Nav->addCustomNav("Support", "/gemini/naming/support.php", "_blank", 3);
+ $Nav->addCustomNav("Getting Involved", "/gemini/naming/developers", "_blank", 3);
# Define keywords, author and title here, or in each PHP page specifically
$pageKeywords = "eclipse, project, osgi, naming , gemini";

Back to the top