Режим работы: пн — пт 24/7, сб -вс с 10 до 22 по мск.

В данное время обменник отключен. Режим работы: с 10:00 до 22:00 по мск.
Оператор offline
14.10.2025, 08:52
remove_filter('get_direction_output', 'txtxml_get_direction_output', 10, 3); add_filter('get_direction_output', 'my_txtxml_get_direction_output', 10, 3); function my_txtxml_get_direction_output($ind, $item, $place){ if($ind == 1 and function_exists('get_dirxml_show')){ return get_dirxml_show($ind, $item); } return $ind; }