Revert "Bug 424570: show images when in /linuxtools/new"

This reverts commit a63387ae3a50dad0ca96cc5b05000cd347eebfe2.
diff --git a/new/index.php b/new/index.php
index e498dcb..0fa5394 100755
--- a/new/index.php
+++ b/new/index.php
@@ -8,7 +8,6 @@
 	$pageTitle 		= "Linux Tools New & Noteworthy";
 	
 	$filename = $_SERVER['DOCUMENT_ROOT'] . "/linuxtools/new/2.2/new.html";
-	$base = "<base href=\"" . $_SERVER['DOCUMENT_ROOT'] . "/linuxtools/new/2.2/" . "\" target=\"_blank\">";
     $dataFile = fopen( $filename, "r" ) ;
     if ( $dataFile )  {
     	while (!feof($dataFile))   {
@@ -24,7 +23,7 @@
 	include("_projectCommon.php");
 		
 	$html = <<<EOHTML
-$base
+
 <div id="midcolumn">
      $contents
 </div>