|
@@ -44,7 +44,6 @@ $document_language = api_get_language_isocode();
|
|
|
/*
|
|
|
* HTML HEADER
|
|
|
*/
|
|
|
-
|
|
|
?>
|
|
|
<!DOCTYPE html
|
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
@@ -117,7 +116,6 @@ if ($navigator_info['name']=='Internet Explorer' && $navigator_info['version']=
|
|
|
<link href="http://www.chamilo.org/team.php" rel="Author" />
|
|
|
<link href="http://www.chamilo.org" rel="Copyright" />
|
|
|
<link rel="shortcut icon" href="<?php echo api_get_path(WEB_PATH); ?>favicon.ico" type="image/x-icon" />
|
|
|
-
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo api_get_system_encoding(); ?>" />
|
|
|
<script src= "<?php echo api_get_path(WEB_LIBRARY_PATH);?>javascript/jquery.menu.js" type="text/javascript"></script>
|
|
|
|