Sashko
PPK
Sashko
Код: Выделить всё
'ADS_SMALL_BOX' => $config['portal_ads_small_box'],
Код: Выделить всё
'ADS_SMALL_BOX' => html_entity_decode($config['portal_ads_small_box']),
Код: Выделить всё
'ADS_CENTER_BOX' => $config['portal_ads_center_box'],
Код: Выделить всё
'ADS_CENTER_BOX' => html_entity_decode($config['portal_ads_center_box']),
PPK
Sashko
1. /language/ru/portal.php
PPK
Sashko
Sashko
Код: Выделить всё
'SPONSOR' => 'Спонсоры',
Код: Выделить всё
'SPONSOR' => 'Реклама',
PPK
Сохраните файл в кодировке utf-8 без bomSashko писал(а):[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4160: Cannot modify header information - headers already sent by (output started at /language/ru/portal.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4162: Cannot modify header information - headers already sent by (output started at /language/ru/portal.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4163: Cannot modify header information - headers already sent by (output started at /language/ru/portal.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4164: Cannot modify header information - headers already sent by (output started at /language/ru/portal.php:1)
Вот такой эрор идет когда меняю
Romelyus