Modif le doctype de 4.01 en 4.0
This commit is contained in:
parent
8c95900dbb
commit
b85d58abac
@ -181,6 +181,10 @@ if (defined("MAIN_MODULE_PROPALE") && MAIN_MODULE_PROPALE)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* TODO RODO
|
||||
*/
|
||||
define('MAIN_MONNAIE','euros');
|
||||
// Modification de quelques variable de conf en fonction des Constantes
|
||||
/*
|
||||
* SIZE_LISTE_LIMIT : constante de taille maximale des listes
|
||||
@ -325,7 +329,7 @@ function top_menu($head, $title="")
|
||||
{
|
||||
global $user, $conf, $rtplang;
|
||||
|
||||
print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
|
||||
print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
|
||||
print "\n<html>";
|
||||
|
||||
print $rtplang->lang_header();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user