classic-package was renamed to standard-package
Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/index.php b/index.php
index 16c7b3f..4f61504 100644
--- a/index.php
+++ b/index.php
@@ -13,7 +13,7 @@
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");
-
+
require_once($_SERVER['DOCUMENT_ROOT'] . "/downloads/downloads/controller.compare.php");
$App = new App();
@@ -24,10 +24,10 @@
$pageTitle = "Getting Started with Eclipse";
$pageKeywords = "eclipse resources, courses, books, events, plug-ins, Getting Started with Eclipse, help eclipse, eclipse documentation links, Get Involved with Eclipse, support eclipse";
$pageAuthor = "Christopher Guindon";
-
+
$Packages = new CompareController($App);
$Packages->setPrefixPackage('release');
- $standard = $Packages->getPackages('classic-package');
+ $standard = $Packages->getPackages('standard-package');
// Place your html content in a file called content/en_pagename.php
ob_start();