Цитата |
---|
Глеб пишет:
<?foreach($arItem["DISPLAY_PROPERTIES"] as $pid=>$arProperty):?><?=$arProperty["Name"]["DISPLAY_VALUE"]?>:<?=$arProperty["NAME"]?>: <?if(is_array($arProperty["DISPLAY_VALUE"])):?> <?=implode(" / ", $arProperty["DISPLAY_VALUE"]);?>1<?else:?> <?=$arProperty["DISPLAY_VALUE"];?>2<?endif?><br /> <?endforeach;?> |