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

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