• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/landing/seo.php
  • Класс: BitrixLandingLandingSeo
  • Вызов: Seo::afterLandingView
static function afterLandingView()
{
	$application = Manager::getApplication();

	foreach (self::$storedKeys as $key => $val)
	{
		$newVal = $application->getProperty($key);
		if (is_string($newVal) && $newVal != $val)
		{
			self::$changedKeys[$key] = htmlspecialcharsback($newVal);
		}
	}
}