if(!$arParams['top_banners']): ?>
else: ?>
СКИДКИ ДО 1,5% + СПЕЦТАРИФ НА КАСКО
- Скидки до 1,5% при покупке
- Land Rover в лизинг
- Специальный тариф на каско
endif; ?>
">
$APPLICATION->IncludeComponent(
"evolution:form.catalog.filter",
"",
Array(
"SWITCH" => false,
"SELECTED" => $arResult['SELECTED'],
"PATH" => $arParams['PATH'],
"SORTING" => true,
"PROGRAM" => $arParams['PROGRAM'],
"SCROLL" => $arResult['SCROLL'],
"USED" => true,
)
); ?>
if(count($arResult['ITEMS']) > 0): ?>
$APPLICATION->IncludeComponent(
"evolution:catalog.sort",
"",
Array(
"SORT" => $arParams['SORT'],
"FILTER" => $arResult['FILTER_SMALL'],
"USED" => true,
)
); ?>
else: ?>
endif; ?>
if(count($arResult['ITEMS']) > 0): ?>
foreach($arResult['ITEMS'] AS $arItem): ?>
$APPLICATION->IncludeComponent(
"evolution:used.catalog.list.item",
"",
$arItem
); ?>
endforeach; ?>
if($arResult['PAGE_COUNT'] > 1 && $arResult['PAGE_CURRENT'] != $arResult['PAGE_COUNT']): ?>
Показать еще
endif; ?>
= $arResult['NAV_STRING']; ?>
endif; ?>
if(isset($arParams['REGION']) && $arParams['REGION'] !== "root"): ?>
$APPLICATION->IncludeComponent(
"evolution:catalog.city.offices",
"",
Array(
"CITY" => $arResult['CITY'],
)
); ?>
endif; ?>