• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/gmap.php
  • Класс: BitrixLandingHookPageGMap
  • Вызов: GMap::exec
public function exec()
{
	if ($this->execCustom())
	{
		return;
	}

	$code = HtmlFilter::encode(trim($this->fields['CODE']));
	$assets = Asset::getInstance();
	$assets->addString(
		""
	);
	$assets->addString(
		''
	);
}