Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkissner2011-01-31 10:01:47 +0000
committerjkissner2011-01-31 10:01:47 +0000
commitb2f56573c57c6b18b51a7d0b1dd3d5b61c66ec5f (patch)
treedf17b3171c9724d9ebb976d5eed63919943395b5
parent2eac65bc7395fd0d7492f08c3f587b91e813cf44 (diff)
downloaddbaccess-b2f56573c57c6b18b51a7d0b1dd3d5b61c66ec5f.tar.gz
dbaccess-b2f56573c57c6b18b51a7d0b1dd3d5b61c66ec5f.tar.xz
dbaccess-b2f56573c57c6b18b51a7d0b1dd3d5b61c66ec5f.zip
Fix Home Page
-rwxr-xr-x_projectCommon.php2
-rwxr-xr-xindex.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/_projectCommon.php b/_projectCommon.php
index cff6a79..0853f22 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -35,7 +35,7 @@
$Nav->addCustomNav("Support", "/gemini/dbaccess/support", "_self", 3);
$Nav->addCustomNav("Getting Involved", "/gemini/dbaccess/contribute", "_self", 3);
# $Nav->addCustomNav("About DBAccess", "/gemini/dbaccess/about", "_self", 3);
- $Nav->addCustomNav("About DBAccess", "/projects/project_summary.php?projectid=rt.gemini.dbaccess");
+ $Nav->addCustomNav("About DBAccess", "/projects/project_summary.php?projectid=rt.gemini.dbaccess", "_self", 3);
# Define keywords, author and title here, or in each PHP page specifically
# $pageKeywords = "eclipse, OSGi, gemini";
diff --git a/index.php b/index.php
index 4613dfd..e61076c 100755
--- a/index.php
+++ b/index.php
@@ -23,7 +23,7 @@
# Begin: page-specific settings. Change these.
$pageTitle = "Gemini DBAccess - Home";
$pageKeywords = "Eclipse, EclipseRT, Gemini, OSGi, DBAccess, Home";
- $pageAuthor = "Juergen G. Kissner;
+ $pageAuthor = "Juergen G. Kissner";
ob_start();
?>
@@ -41,7 +41,7 @@
</p>
<h4>Modularity</h4>
<p>
- The Gemini DB Access project is packaged as a small number of separate and standalone modules.
+ The Gemini DB Access project is packaged as a small number of separate and standalone modules.
</p>
<h4>Independence</h4>
<p>

Back to the top