TODO: j'ai remis la valeur initiale car ca ne fonctionne pas !!
This commit is contained in:
parent
c6341e2df3
commit
8fdb3c4789
@ -32,7 +32,8 @@ $langs->load("products");
|
|||||||
$langs->load("main");
|
$langs->load("main");
|
||||||
|
|
||||||
//header("Content-type: text/html; charset=UTF-8");
|
//header("Content-type: text/html; charset=UTF-8");
|
||||||
header("Content-type: text/html; charset=$character_set_client");
|
//header("Content-type: text/html; charset=$character_set_client"); //TODO: ne fonctionne pas !!
|
||||||
|
header("Content-type: text/html; charset=iso-8859-1");
|
||||||
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.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
|
||||||
print "\n<html>";
|
print "\n<html>";
|
||||||
print "\n<body>";
|
print "\n<body>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user