Quote:
|
Originally Posted by stone Jeżeli problem dotyczy tylko ś (ale chyba też ą i jeszcze jakiegos ogonka) to dodaj kodowanie iso 8859-2 do pliku index.php skórki |
Tutaj wklejam kawałek kodu mojej strony, górny kod pliku index.php mojej skórki
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
$collspan_offset = ( mosCountModules( 'right' ) + mosCountModules( 'user2' ) ) ? 2 : 1;
//script to determine which div setup for layout to use based on module configuration
$user1 = 0;
$user2 = 0;
$colspan = 0;
$right = 0;
// banner combos
Tą linijkę dodałem bo jej nie było:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
Zrobiłem to i nadal nie działa...