blob: 0ee2dfaf5eff72ef3a3f9f8fa6c0f9ca29bfdc33 [file] [log] [blame]
<?php include "$projectRoot/_projectCommon/header.php";
########################################################################
$navIconURL = "http://dev.eclipse.org/huge_icons/mimetypes/x-office-book.png";
$Nav->addNavSeparator($areaTitle, "");
$Nav->addCustomNav("Overview", "$areaPath/index.php", "", 1);
$qualifiers = file_get_contents("http://download.eclipse.org/modeling/emf/cdo/updates/latest.qualifiers");
if (preg_match('@integration = (.*)@', $qualifiers, $match))
{
$latestIntegration = $match[1];
$Nav->addCustomNav("4.2 Preview Help", "http://download.eclipse.org/modeling/emf/cdo/drops/" . $latestIntegration . "/help", "", 1);
}
if (preg_match('@releases_4_1 = (.*)@', $qualifiers, $match))
{
$latest41 = $match[1];
$Nav->addCustomNav("4.1 Release Help", "http://download.eclipse.org/modeling/emf/cdo/drops/" . $latest41 . "/help", "", 1);
}
$Nav->addCustomNav("4.0 Release Help", "http://help.eclipse.org/indigo/index.jsp", "", 1);
$Nav->addCustomNav("Presentations", "$areaPath/presentations", "", 1);
########################################################################
?>