Bug 438205 - Convert Orbit web pages to solstice theme
diff --git a/overview.php b/overview.php
index 31244e0..96e7e17 100644
--- a/overview.php
+++ b/overview.php
@@ -4,7 +4,8 @@
 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 = new Nav ();
+$Nav = NULL;
 $Menu = new Menu ();
 include ($App->getProjectCommon ()); # All on the same line to unclutter the user's desktop'
 
@@ -86,11 +87,8 @@
 </div>
 
 <?php
-include $_SERVER ['DOCUMENT_ROOT'] . "/orbit/global-links.html";
-include "dir-links.html";
-?>
+include global-links.html";
 
-<?php
 $html = ob_get_contents ();
 ob_end_clean ();