• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/giphy.php
  • Класс: BitrixImBotBotGiphy
  • Вызов: Giphy::getIframeUrl
static function getIframeUrl()
{
	$controllerUrl = 'https://marta.bitrix.info/iframe/giphy.php';

	if (defined('BOT_IFRAME_URL'))
	{
		$controllerUrl = BOT_IFRAME_URL.'giphy.php';
	}

	return $controllerUrl;
}