'; } // 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 $title_list[] = api_get_setting('siteName'); $title_list[] = $nameTools; $title_list[] = $_course['official_code']; $title_string = ''; for($i=0; $i<count($title_list);$i++) { if (!empty($title_list[$i])) { $title_string .=$title_list[$i]; if (isset($title_list[$i+1])) { $title_string .=' - '; } } } echo $title_string; ?> '; } if (isset($htmlHeadXtra) && $htmlHeadXtra) { foreach ($htmlHeadXtra as & $this_html_head) { echo $this_html_head; } } if (isset($htmlIncHeadXtra) && $htmlIncHeadXtra) { foreach ($htmlIncHeadXtra as & $this_html_head) { include($this_html_head); } } // The following include might be subject to a setting proper to the course or platform. include api_get_path(LIBRARY_PATH).'javascript/email_links.lib.js.php'; if ($_configuration['multiple_access_urls']) { $access_url_id = api_get_current_access_url_id(); if ($access_url_id != -1) { $url_info = api_get_access_url($access_url_id); $url = api_remove_trailing_slash(preg_replace('/https?:\/\//i', '', $url_info['url'])); $clean_url = replace_dangerous_char($url); $clean_url = str_replace('/', '-', $clean_url); $clean_url .= '/'; $homep = api_get_path(REL_PATH).'home/'.$clean_url; //homep for Home Path //we create the new dir for the new sites if (!is_file($homep.'favicon.ico')) { echo ''; } } } ?> >