| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/blocks/bitrix/store.compare/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/blocks/bitrix/store.compare/class.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
use \Bitrix\Landing\Hook\Page\Settings;
class StoreCompareBlock extends \Bitrix\Landing\LandingBlock
{
public function init(array $params = [])
{
$this->params = Settings::getDataForSite(
$params['site_id']
);
$this->params['SITE_ID'] = $params['site_id'];
$this->params['LANDING_ID'] = $params['landing_id'];
}
}