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

	if ($this->execCustom())
	{
		return;
	}

	$code = trim($this->fields['CODE']);

	if ($code != '')
	{
		self::$lastInsertedCode = $code;
		$code = str_replace(
			'addString($code);
	}
}