{$_ERRORS['courses']['nosuch_title']}
{$_ERRORS['courses']['nosuch_msg']}
"; return; } $data = xml_parse_file($course_path); // parse the xml into an associative array $data = $data['coursetype'][$_LANG]; html_print_xml_page($data); ?>