• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar.php
  • Класс: CCalendar
  • Вызов: CCalendar::GetServerPath
static function GetServerPath()
{
	if (!isset(self::$serverPath))
	{
		self::$serverPath = (CMain::IsHTTPS() ? "https://" : "http://").self::GetServerName();
	}

	return self::$serverPath;
}