tag * IT IS A COPY OF header.inc.php EXCEPT that it doesn't start the body * output. * * @package chamilo.include */ /* HEADERS SECTION */ /* * HTTP HEADER */ header('Content-Type: text/html; charset='.api_get_system_encoding()); // Include here the script ASCIIMathML.js if you want to show mathematical formulas and graphics // not only in the "Documents" tool, but elsewhere in the system. This setting is related to the // online editor's plugins 'asciimath' and 'asciisvg'. if (api_get_setting('include_asciimathml_script') == 'true') { $htmlHeadXtra[] = ''; } 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 */ ?> <?php if (!empty($nameTools)) { echo $nameTools.' - '; } if (!empty($_course['official_code'])) { echo $_course['official_code'].' - '; } echo api_get_setting('siteName'); ?> /**/ '; } else { $htmlHeadXtra[] = ''; } } if ($my_style != '') { ?>