config->session_name])) { //set session arg separator to be xml compliant ini_set("arg_separator.output", "&"); //start session session_name($sg->config->session_name); session_start(); } //send content-type and character encoding header header("Content-type: text/html; charset=".$sg->character_set); //pass control over to template include $sg->config->pathto_current_template."index.tpl.php"; ?>