Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/blocks/bitrix/store.personal/ |
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/blocks/bitrix/store.personal/class.php |
<?php if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) { die(); } class StorePersonalBlock extends \Bitrix\Landing\LandingBlock { public function init(array $params = []) { $this->params['SITE_ID'] = $params['site_id']; $this->params['LANDING_ID'] = $params['landing_id']; } }