Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-01-23 18:31:11 +0000
committerDavid Williams2016-01-23 18:31:11 +0000
commit0c18eafd6618c69ecbf6716b8a5fef0cd05e3470 (patch)
tree342481cc72b6bf9632044b24a84071bd115f993a /production/downloadsites
parent33b4b3d3b8582e38efbcae41a96384fde5850dff (diff)
downloadeclipse.platform.releng.aggregator-0c18eafd6618c69ecbf6716b8a5fef0cd05e3470.tar.gz
eclipse.platform.releng.aggregator-0c18eafd6618c69ecbf6716b8a5fef0cd05e3470.tar.xz
eclipse.platform.releng.aggregator-0c18eafd6618c69ecbf6716b8a5fef0cd05e3470.zip
bug 486418 minor fixes and cleanup of Equinox DL site
Diffstat (limited to 'production/downloadsites')
-rwxr-xr-xproduction/downloadsites/equinox/_projectCommon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/downloadsites/equinox/_projectCommon.php b/production/downloadsites/equinox/_projectCommon.php
index a727b80a7..3b9809b28 100755
--- a/production/downloadsites/equinox/_projectCommon.php
+++ b/production/downloadsites/equinox/_projectCommon.php
@@ -35,7 +35,7 @@ $Menu->addMenuItem( "Get Started", "http://eclipse.org/equinox/documents/quickst
$Menu->addMenuItem( "Downloads", "http://download.eclipse.org/equinox", "_self" );
$Menu->addMenuItem( "Documents", "http://eclipse.org/equinox/documents/", "_self" );
$Menu->addMenuItem( "Resources", "http://eclipse.org/equinox/resources.php", "_self" );
-$Menu->addMenuItem( "FAQ", "http://eclipse.org/equinox/faq.php/", "_self" );
+//$Menu->addMenuItem( "FAQ", "http://eclipse.org/equinox/faq.php/", "_self" );
$Menu->addMenuItem( "Wiki", "http://wiki.eclipse.org/Equinox", "_self" );
$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="http://eclipse.org/equinox/equinox.css"/>' );

Back to the top