%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/eshopapp.basket/templates/.default/ |
| Current File : /home/bitrix/www/bitrix/components/bitrix/eshopapp.basket/templates/.default/result_modifier.php |
<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
foreach ($arResult["ITEMS_IMG"] as $val=>$arPhoto)
{
$arFileTmp = CFile::ResizeImageGet(
$arPhoto,
array("width" => "110", "height" =>"110"),
BX_RESIZE_IMAGE_PROPORTIONAL,
true
);
$arResult["ITEMS_IMG"][$val] = array(
"SRC" => $arFileTmp["src"],
'WIDTH' => $arFileTmp["width"],
'HEIGHT' => $arFileTmp["height"],
);
}
?>