initial project page upload
diff --git a/_projectCommon.php b/_projectCommon.php
new file mode 100644
index 0000000..e0ef7a9
--- /dev/null
+++ b/_projectCommon.php
@@ -0,0 +1,17 @@
+<?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/
+ # Optional: defaults to system theme
+ $theme = "Phoenix";
+
+ # 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)
+ # these are optional
+ #$Nav->addNavSeparator("Project Home", "downloads.php");
+ #$Nav->addCustomNav("Downloads", "downloads.php", "_self", 2);
+ #$Nav->addCustomNav("Installation", "install.php", "_self", 2);
+ #$Nav->addCustomNav("FAQ", "faq.php", "_self", 2);
+
+?>