<? foreach($arElement["DISPLAY_PROPERTIES"] as $pid=>$arProperty): ?>
<? if(is_array($arProperty["DISPLAY_VALUE"])): ?>
<? foreach ($arProperty["DISPLAY_VALUE"] as $property): ?>
<?=$property?>
<? endforeach ?>
<? else: ?>
<?=$arProperty["DISPLAY_VALUE"]?>
<? endif ?>
<?endforeach?> |