*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index 5877b02..4cf5536 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -14,6 +14,8 @@
$theme = "Nova";
$pageKeywords = "osee, systems engineering";
+ $pageAuthor = "Ryan Brooks";
+ $pageTitle = "OSEE";
# Define your project-wide Navigation here
# This appears on the left of the page if you define a left nav
@@ -48,7 +50,7 @@
$Menu->addMenuItem("About", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.osee", "_self", 3);
# To define additional CSS or other pre-body headers
- # $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/osee/nova/style.css"/>');
+ $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style.css"/>' . "\n\t");
# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
$App->Promotion = TRUE;
diff --git a/index.php b/index.php
index c65ae95..288db21 100644
--- a/index.php
+++ b/index.php
@@ -16,7 +16,7 @@
#*****************************************************************************
- $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/osee/style.css"/>');
+ #$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/osee/style.css"/>');
$html = '<div id="bigbuttons">';