• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_main.php
  • Класс: CVoxImplantMain
  • Вызов: CVoxImplantMain::getPricesUrl
static function getPricesUrl()
{
	if(LANGUAGE_ID == "ru" || LANGUAGE_ID == "kz" || LANGUAGE_ID == "by")
		return "https://www.bitrix24.ru/prices/calls.php";
	else if(LANGUAGE_ID == "de")
		return "https://www.bitrix24.de/prices/self-hosted-telephony.php";
	else if(LANGUAGE_ID == "ua")
		return "https://www.bitrix24.ua/prices/calls.php";
	else
		return "https://www.bitrix24.com/prices/self-hosted-telephony.php";
}