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