log($stop_time - $start_time); return; } include_once($MODULES_DIR . "/config.php"); $config = new Config($DATA_DIR . "/config.xml"); header("Content-Type: text/html; charset=UTF-8"); include_once($UTIL_DIR . "/login.php"); if($page == "admin") checklogin(); include_once($MODULES_DIR . "/pages.php"); $pages = new Pages($DATA_DIR . "/pages.xml"); // Skip splash if site is entered deep (page != ""). if($page == "" && $config->value('splash') == "true") { if($_GET["skipsplash"]) { setcookie("skipsplash", "true", time()+$config->value('splashreshow')); } if($GLOBALS["skipsplash"] != "true") { ?> <?php echo $config->value('title');?>
getPage($config->value('splashpage')); $p->show(); ?>
log($stop_time - $start_time); return; } } ?> <?php echo $config->value('title');?> value('css')); if($page == "admin") { include($UTIL_DIR."/admin.php"); } ?>
getPage($page); else $_p = $pages->getPage($config->value('defaultpage')); if($_p) $_p->show(); ?>
getPage("column"); if($_p) $_p->show(); ?>
This document was generated in seconds
Admin
log($stop_time - $start_time); ?>