// ---------------------------------------- // Do not touch: $rpr = ""; while (!is_dir($rpr . "_inc")) { $rpr .= "../"; } if (empty($rpr)) { $rpr = "./"; } define("RELPATHTOROOT", $rpr); define("INCLEVEL", realpath(RELPATHTOROOT) . "/"); include_once INCLEVEL . "classes/core.php"; include_once INCLEVEL . "classes/auth.php"; include_once INCLEVEL . "classes/header.php"; include_once INCLEVEL . "classes/pageNordita.php"; $pageClass = new pageNordita(); $authClass = new auth(); // ---------------------------------------- // Change for this file: $use_wiki_page_id = $use_wiki_page_title = 0; $title = "Sketch of Nordita Travel Schedule"; $style = ""; // "", "wiki", "application" $not = "true"; //TODO: open menu to this page // ---------------------------------------- // Do not touch: $pageClass->getHeader($title, "", "", "", "", $style, $not); $pageClass->getBody(); $pageClass->getFooter(); // ===========================================================================