Your IP : 3.15.193.138


Current Path : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/components/bitrix/landing.blocks.html/
Upload File :
Current File : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/components/bitrix/landing.blocks.html/class.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

class LandingBlocksHtmlComponent extends \CBitrixComponent
{
	/**
	 * Base executable method.
	 * @return void
	 */
	public function executeComponent()
	{
		$this->arParams['~HTML_CODE'] = str_replace(
			'&lt;script',
			'&lt;script data-skip-moving="true"',
			$this->arParams['~HTML_CODE']
		);
		$this->IncludeComponentTemplate();
	}
}