<div class="item_info_section">
<?
if (!empty($arResult['DISPLAY_PROPERTIES']

)
{
?>
<dl>
<?
foreach ($arResult['DISPLAY_PROPERTIES'] as &$arOneProp)
{
?>
<dt><strong><? echo $arOneProp['NAME']; ?></strong> <?
echo (
is_array($arOneProp['DISPLAY_VALUE']
? implode(' / ', $arOneProp['DISPLAY_VALUE']
: $arOneProp['DISPLAY_VALUE']
);
?>
</dt>
<?
}
unset($arOneProp);
?>
</dl>
<?
}
if ($arResult['SHOW_OFFERS_PROPS']
{
?>
<dl id="<? echo $arItemIDs['DISPLAY_PROP_DIV'] ?>" style="display: none;"></dl>
<?
}
?>
</div>
Это этот код или нет?