Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/rest.marketplace/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/rest.marketplace/templates/.default/category.php

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

\Bitrix\Main\UI\Extension::load(['ui.design-tokens']);

$APPLICATION->IncludeComponent(
	'bitrix:rest.marketplace.category',
	'',
	[
		"CATEGORY" => $arResult["VARIABLES"]["category"],
		"DETAIL_URL_TPL" => $arParams["DETAIL_URL_TPL"],
		"CATEGORY_URL_TPL" => $arParams["CATEGORY_URL_TPL"],
		"SHOW_FILTER" => "Y"
	],
	$component);