File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/components/bitrix/landing.blocks.message/class.php
Back
<?php if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) { die(); } class LandingBlocksMessageComponent extends \CBitrixComponent { /** * Base executable method. * @return void */ public function executeComponent() { if (!\Bitrix\Main\Loader::includeModule('landing')) { return; } $codes = [ 'HEADER', 'MESSAGE', 'BUTTON', 'LINK' ]; foreach ($codes as $code) { if (!isset($this->arParams[$code])) { $this->arParams[$code] = ''; } if (!isset($this->arParams['~' . $code])) { $this->arParams['~' . $code] = ''; } } $this->includeComponentTemplate(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings