blob: 00a00da13d52c5aca17ffcc704b1c59196c53f8d [file] [log] [blame]
<?php 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"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "Mylyn Publications";
$pageKeywords = "Mylyn, Eclipse";
$pageAuthor = "Mik Kersten";
# Paste your HTML content between the EOHTML markers!
header("Location: ../presentations/");
include("_sideMylarIs.php");
include("_sideNews.php");
include("_sideCommon.php");
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<div class="homeitem3col">
<a href="../presentations/">Moved. See Presentations Page</a>
</div>
</div>
</div>
<div id="rightcolumn">
$newsside
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>