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

	if ($this->isLocked())
	{
		return true;
	}

	return $this->fields['SHOW']->getValue() !== 'N';
}