%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/landing.blocks.html/ |
| Current File : //home/bitrix/www/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(
'<script',
'<script data-skip-moving="true"',
$this->arParams['~HTML_CODE']
);
$this->IncludeComponentTemplate();
}
}