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

	$this->setLang(Manager::getZone());
}