<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<?
$CURRENT_DEPTH=$arResult["SECTION"]["DEPTH_LEVEL"]+1;
foreach($arResult["SECTIONS"] as $arSection):
if ($arSection["PICTURE"][ID]):
?>
<div class="itemcontainer">
<div class="imagecontainer">
<table width="99" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="71" align="center" valign="middle">
<a href="<?=$arSection["SECTION_PAGE_URL"]?>" style="display:block;width:99px;"><?=CFile::ShowImage($arSection["PICTURE"][ID])?></a></td>
</tr>
</table>
</div>
<div class="productname"><a href="<?=$arSection["SECTION_PAGE_URL"]?>"><?=$arSection["NAME"]?></a></div></div>
<?endif?>
<?endforeach?>
<div class="clear"></div>
<div class="hr"> </div> |