1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<?php } elseif ($id_rubrique==4) { ?>
<table border="0">
<BOUCLE_article4(ARTICLES){id_rubrique=4}>
<tr>
<td width="231" style= "background-image: url('images/bloc2_services.gif'); background-repeat:no-repeat;">
<table width="200" border="0">
<tr>
<td>#TITRE</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
<td width="231" style= "background-image: url('images/bloc2_services.gif'); background-repeat:no-repeat;">
<table width="200" border="0">
<tr>
<td>#TITRE</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</BOUCLE_article4>
</tr>
</table> |