*** empty log message ***
diff --git a/testweb/index.php b/testweb/index.php
index 5186b29..5a7e9c8 100755
--- a/testweb/index.php
+++ b/testweb/index.php
@@ -1,11 +1,10 @@
-<?php 

-ini_set('display_errors', 1); ini_set('error_reporting', E_ALL);

+<?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();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'

 

-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();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'

+// ini_set('display_errors', 1); ini_set('error_reporting', E_ALL);

 

-# Begin: page-specific settings.  Change these.

 $pageTitle 		= "Eclipse RT Project";

 $pageKeywords	= "equinox, osgi, framework, runtime";

+$pageAuthor = "Jeff McAffer";

 

 $Nav = null; // delete right side navigation

 

@@ -14,6 +13,7 @@
 

 require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/rss.php");

 // $rtnews = rss_to_html($_SERVER['DOCUMENT_ROOT'] . "/rt/rt.rss", "/rt/rt.rss", false, "short", "5");

+$rtnews = "";

 

 $App->useProjectInfo();