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

100 60
01.01.2019

Добро пожаловать на сайт обменного пункта!

Оператор online
04.11.2025, 12:54
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; }