Bug 438205 - Convert Orbit web pages to solstice theme
diff --git a/index.php b/index.php
index 9a902f8..9319e37 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,9 @@
-<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");  require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");   require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");   $App   = new App();
+<?php 
+  $theme = "solstice";
+require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");  
+require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");   
+require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");   
+$App   = new App();
 //$Nav  = new Nav();
 $Nav = NULL;
 $Menu   = new Menu();
@@ -9,10 +14,10 @@
   #
   #****************************************************************************
 
-  #
+
   # Begin: page-specific settings.  Change these.
-  $pageTitle     = "Orbit";
-  $pageKeywords  = "orbit, bundles, third party, code, equinox, osgi, framework, runtime";
+  $pageTitle = "Orbit";
+  $pageKeywords = "orbit, bundles, third party, code, equinox, osgi, framework, runtime";
 
   # Add page-specific Nav bars here
   # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
@@ -21,7 +26,6 @@
   # $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
 
   # End: page-specific settings
-  #
 
   # Paste your HTML content between the markers!
 ob_start();
diff --git a/resources/index.php b/resources/index.php
index fe35f05..3440a33 100644
--- a/resources/index.php
+++ b/resources/index.php
@@ -14,21 +14,19 @@
   #
   #****************************************************************************
 
-  #
   # Begin: page-specific settings.  Change these.
   $pageTitle = "Orbit Resources";
   $pageKeywords = "orbit, bundles, code library, osgi, framework, runtime, resources";
 
-// Add page-specific 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("My Page Links", "downloads.php");
-// $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
-// $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
+  # Add page-specific 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("My Page Links", "downloads.php");
+  # $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
+  # $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
 
-// End: page-specific settings
-//
+  # End: page-specific settings
 
-// Paste your HTML content between the markers!
+  # Paste your HTML content between the markers!
 ob_start ();
 ?>