// цена
if (strlen($PRICE_CODE)>0 && is_array($arrPrice) && count($arrPrice)>0):
?>
<td class="tablehead" align="center"><font class="tableheadtext"><?=$arrPrice[$PRICE_CODE]["TITLE"]?></font></td>
<td class="tablehead"><font class="tableheadtext"> </font></td>
<?
endif; |