Добрый день. Помогите пожалуйста, как устранить эту проблему... Установила версию 1.5.3.1. хотела сделать изменения приветствия в папке catalog/language/russian/common/header.php .А там вот такие кракозябры...И это во всех файлах русских php.
<?php
// Text
$_['text_home'] = 'Главная';
$_['text_wishlist'] = 'Закладки (%s)';
$_['text_shopping_cart'] = 'РљРѕСЂР·РёРЅР° РїРѕРєСѓРїРѕРє';
$_['text_search'] = 'РџРѕРёСЃРє';
$_['text_welcome'] = '<a href="%s">Войти</a> или <a href="%s">зарегистрироваться</a>';
$_['text_logged'] = 'Вы вошли как <a href="%s">%s</a> <b>(</b> <a href="%s">Выйти</a> <b>)</b>';
$_['text_account'] = 'Постоянный покупатель';
$_['text_checkout'] = 'Оформление заказа';
?>
А вот в английском языке всё нормально:
<?php
// Text
$_['text_home'] = 'Home';
$_['text_wishlist'] = 'Wish List (%s)';
$_['text_shopping_cart'] = 'Shopping Cart';
$_['text_search'] = 'Search';
$_['text_welcome'] = 'Welcome visitor you can <a href="%s">login</a> or <a href="%s">create an account</a>.';
$_['text_logged'] = 'You are logged in as <a href="%s">%s</a> <b>(</b> <a href="%s">Logout</a> <b>)</b>';
$_['text_account'] = 'My Account';
$_['text_checkout'] = 'Checkout';
?>