adica daca e ie6 .. sa puna iso daca e altceva decat ie6 sa puna utf-8.Cod PHP:<?
echo '<meta http-equiv="Content-Type" content="text/html; charset=';
if(preg_match("/MSIE 6.0/i", $_SERVER['HTTP_USER_AGENT'])) {
echo 'iso-8859-1';
} else {
echo 'utf-8';
}
echo " /> ';
?>
inlocuiesti acolo in template-ul de wordpress in header e parca ..
sa ne spui daca a mers sau nu![]()




Răspunde cu citat