blob: a2e1179f1d5d813110f6174ba228dfcf79f8610d [file] [log] [blame]
<?php $areaRelative = "."; require_once "$areaRelative/_defs.php"; include "$areaRoot/_header.php";
########################################################################
//$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/modeling/includes/common.css"/>' . "\n\t");
//$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/modeling/includes/downloads.css"/>' . "\n\t");
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $pageFolderPath . '/styles.css" media="screen"/>' . "\n\t");
$App->AddExtraHtmlHeader('<script src="/modeling/includes/downloads.js" type="text/javascript"></script>' . "\n\t");
//$pageTitle = "";
//$pageKeywords = "";
$pageAuthor = "Eike Stepper";
print '<div id="midcolumn">' . "\n";
print '<h1>Downloads</h1>';
readfile("http://download.eclipse.org/modeling/emf/cdo/updates/index.html");
print '</div>';
########################################################################
include "$areaRoot/_footer.php"; ?>