header('Content-Type: text/html; charset=UTF-8');
require_once("../common/common_functions.inc.php");
require_once((local_environment()) ? "../mysyde.config.php" : "../mysyde-server.config.php");
require_once("frontend_functions.inc.php");
require_once("start.inc.php");
require_once($GLOBALS["layout"]["frontend_include"]);
require_once("close.inc.php");
?>