Your IP : 3.133.7.179


Current Path : /home/bitrix/ext_www/coffe.land/bitrix/blocks/bitrix/store.order/
Upload File :
Current File : /home/bitrix/ext_www/coffe.land/bitrix/blocks/bitrix/store.order/.description.php

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

use \Bitrix\Main\Localization\Loc;

return array(
	'block' =>
		array(
			'name' => Loc::getMessage('LANDING_BLOCK_STORE.ORDER_NAME'),
			'section' => array('store'),
			'type' => 'null',
			'html' => false
		),
	'nodes' =>
		array(
		),
);