blob: d02ba8e8e9ae7aaf86ff68e939911f71fd98b6a4 [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("_projectCommon.php"); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# 404.php
#
# Author: Denis Roy
# Date: 2007-11-13
#
# Description: login page for site login
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "404 File not found";
$pageAuthor = "";
$pageKeywords = "";
include("content/en_" . $App->getScriptName());
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>