tag * IT IS A COPY OF header.inc.php EXCEPT that it doesn't start the body * output. * * @package dokeos.include ============================================================================== */ /*---------------------------------------- HEADERS SECTION --------------------------------------*/ /* * HTTP HEADER */ header('Content-Type: text/html; charset='.api_get_system_encoding()); if ( isset($httpHeadXtra) && $httpHeadXtra ) { foreach($httpHeadXtra as $thisHttpHead) { header($thisHttpHead); } } // Get language iso-code for this page - ignore errors $document_language = api_get_language_isocode(); /* * HTML HEADER */ ?>