<div class="photo-random">
<?if(is_array($arResult["PICTURE"])):?>
<a href="<?=$arResult["DETAIL_PAGE_URL"];
?>">
<?
$image=CFile::ResizeImageGet($arResult["PICTURE"], array('width'=>150, 'height'=>150), BX_RESIZE_IMAGE_PROPORTIONAL, true);
?>
<img border="0" src="<?=$arResult["PICTURE"]["SRC"]?>" width="<?=$image["WIDTH"]?>" height="<?=$image["HEIGHT"]?>" alt="<?=$arResult['NAME']?>" title="<?=$arResult['NAME']?>" /></a><br />
<?endif?>
<a href="<?=$arResult["DETAIL_PAGE_URL"]?>"><?=$arResult["NAME"]?></a>
</div> |