Może mi też ktoś pomoże. Nie wyświetlają mi sie literki "ś","ę" itp polskie znaki. Dokładnie przeszukałem forum ale nie znalazłem odpowiedzi. W moim pliku otwieranym z panelu admina nie ma takich wierszy o których piszecie a ja niestety jestem zieloniutki.
Tu zapis indexu:
<?php
//Healing leaves is a mambo 4.5.2 template. from lady-beetle.com.
//author: Rami Ben Ami
//copyright: lady-beetle.com
//authorUrl: http://www.lady-beetle.com
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 = split( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
//Define the absolute path to this template
$thisTemplatePath = $GLOBALS[mosConfig_live_site] ."/templates/" .$GLOBALS[cur_template] ."/";
?>
<!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>
<?php if ( $my->id ) { initEditor(); } ?>
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"" .$thisTemplatePath ."css/template_css.css\" type=\"text/css\"/>" ; ?>
<?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>

</head><body>
<table width="760" height="53" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td><img src="<?php echo $thisTemplatePath ?>images/healing_03.jpg" width="760" height="53" alt="" /></td>
</tr>
</table>
<table width="760" height="58" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="81"><img src="<?php echo $thisTemplatePath ?>images/healing_05.jpg" width="81" height="58" alt="" /></td>
<td background="<?php echo $thisTemplatePath ?>images/healing_06.jpg" ><font class="site_name"><?php echo $mosConfig_sitename; ?></font></td>
<td width="229"><img src="<?php echo $thisTemplatePath ?>images/healing_07.jpg" width="229" height="58" alt="" /></td>
</tr>
</table>
<table width="760" height="44" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="14" background="<?php echo $thisTemplatePath ?>images/healing_08.jpg"><img src="<?php echo $thisTemplatePath ?>images/healing_09.jpg" width="14" height="44" alt="" /></td>
<td align="left" background="<?php echo $thisTemplatePath ?>images/healing_08.jpg"><?php mosLoadModules ( 'user3' ); ?></td>
</tr>
</table>
<table width="760" height="53" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="14" height="38"><img src="<?php echo $thisTemplatePath ?>images/healing_09.gif" width="14" height="38" alt="" /></td>
<td width="730" background="<?php echo $thisTemplatePath ?>images/healing_10.gif"><?php mosPathWay(); ?></td>
<td width="16"><img src="<?php echo $thisTemplatePath ?>images/healing_11.gif" width="16" height="38" alt="" /></td>
</tr>
<tr>
<td background="<?php echo $thisTemplatePath ?>images/healing_12.gif">&nbsp;</td>
<td bgcolor="#FFFFFF"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="160" valign="top"><?php mosLoadModules ( 'left' ); ?>
<?php mosLoadModules ( 'user1' ); ?></td>
<td valign="top"><?php mosMainBody(); ?></td>
<td width="160" valign="top"><?php mosLoadModules ( 'right' ); ?>
<?php mosLoadModules ( 'user2' ); ?></td>
</tr>
</table></td>
<td background="<?php echo $thisTemplatePath ?>images/healing_14.gif">&nbsp;</td>
</tr>
<tr>
<td width="14" height="39"><img src="<?php echo $thisTemplatePath ?>images/healing_28.gif" width="14" height="39" alt="" /></td>
<td valign="middle" background="<?php echo $thisTemplatePath ?>images/healing_30.gif"><img src="<?php echo $thisTemplatePath ?>images/healing_29.gif" alt="" width="62" height="39" align="absmiddle" /><strong>&nbsp;&nbsp;Company Name</strong> 165, Example St., Templates Avenue. Tel. 66-777-888, Fax: 66-444-555</td>
<td><img src="<?php echo $thisTemplatePath ?>images/healing_32.gif" width="16" height="39" alt="" /></td>
</tr>
</table>

<?php include_once('includes/footer.php'); ?>
</body>
</html>