Skip to main content
summaryrefslogblamecommitdiffstats
blob: f42a38b24a0eae49f26248914fdf8cc3b8f69f8a (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                      
<?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();
$keywords = 'eclipse, statet, news, new and noteworthy, statet 4.0';
require("_noteworthyCommon.php");

Back to the top