ClaveAudio_Web/bann2.php

19 lines
1.6 KiB
PHP
Raw Normal View History

<div class="destacado">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="247"><img src="_imgs/d.gif" width="247" height="1" alt=""></td>
<td width="12"><img src="_imgs/d.gif" width="12" height="1" alt=""></td>
<td width="279"><img src="_imgs/d.gif" width="279" height="1" alt=""></td> </tr>
<tr>
<td width="247" align="center" valign="middle">
<div class="destacado_foto"><a href="producto.php?id=<?php echo $arrayOferta['id_modelo']; ?>&cat=<?php echo $arrayOferta['catid']; ?>"><img src="_prds/<?php echo $arrayOferta['id_modelo']; ?>_247.jpg" border="0" alt=""></a></div>
<div class="destacado_precio"><?php echo ($arrayOferta['precio'] == '-1' ? 'Consultar' : miNumberFormat($arrayOferta['precio']) . '<span class="euro">&euro;</span>'); ?></div></td>
<td width="12"><img src="_imgs/d.gif" width="12" alt=""></td>
<td width="279" valign="top">
<div class="destacado_logo"><img src="_logos/b/<?php echo $arrayOferta['marca_id']; ?>.gif" alt=""></div>
<div class="destacado_linea"><img src="_imgs/d.gif" width="279" height="12" alt=""></div>
<div class="destacado_tipo azul"><?php echo $arrayOferta['producto']; ?></div>
<div class="destacado_modelo"><a href="producto.php?id=<?php echo $arrayOferta['id_modelo']; ?>&cat=<?php echo $arrayOferta['catid']; ?>" class="lmod"><?php echo $arrayOferta['modelo']; ?></a></div>
<div class="oferta_texto"><?php if(strlen($arrayOferta['texto'])) { echo substr($arrayOferta['texto'], 0, 150) . '...'; } ?></div></td></tr>
</table>
</div>