<?foreach($arResult["DISPLAY_PROPERTIES"] as $pid=>$arProperty):?>
<?=$arProperty["NAME"]?>:
<?if($arProperty["ID"] <> 116):?>
<b><?=$arProperty["DISPLAY_VALUE"];?></b>
<?endif;?>
<?$LLRU = "http://";?>
<?$URLL = substr($arProperty["VALUE"],0,7);?>
<?if(($arProperty["ID"] == 116) && ($URLL == "$LLRU")):?>
<b><a target="_blank" href="<?=$arProperty["VALUE"]?>"><?=$arProperty["VALUE"]?></a></b>
<?endif;?>
<?if(($arProperty["ID"] == 116) && ($URLL<> "$LLRU")):?>
<b><a target="_blank" href="http://<?=$arProperty["VALUE"]?>"><?=$arProperty["VALUE"]?></a></b>
<?endif;?>
<br /><?endforeach;?> |