Russia
|
Разобрался. Строка 2265 в файле function_common.php заменить на:
$lngvalue['icon'] = '/language/'.$dir.'/'.$_SGLOBAL['language_icon'];
By the way, it is not a good solution!
If your site installed in a subdirectory like yoursite.tld/uchome/ - so this line will not work!
Must be like this:
$lngvalue['icon'] = W_ROOT.'/language/'.$dir.'/'.$_SGLOBAL['language_icon'];
W_ROOT = web site root directory.
Check this value at your site!
Еще попадаются фразы в таком ключе {configuration}, {members_top_list} - то ли не переведено, то ли ошибка с подключением файла языка.
Show me, where this is happened!
Give a link at your site or at http://codersclub.org/uchome/
|
|