Salut,
voila j'ai un gros problèmes la mise à jours de la class tpl me pose un soucie.
Donc ma page comporte 5 bloc principaux avec 1 sous bloc pour chaque et des condition dans celle ci.
Exemple :
<>
<tr>
<td style="height: {SPACE_HEIGHT}px;" colspan="5" />
</tr>
<tr>
<td class="td_portail" style="vertical-align:top; text-align: center;" width="{bottom.WIDTH}" colspan="5">
<>
{bottom.bloc.SAUT}
<>
<table width="{bottom.WIDTH}" class="tableau" cellspacing="0" cellpadding="2">
<tr>
<td class="td_titre" style="text-align: center;">
{bottom.bloc.TITRE}
</td>
</tr>
<tr>
<td class="td_admin2" style="text-align: left;">
{bottom.bloc.CONTENT}
</td>
</tr>
</table>
<>
{bottom.bloc.CONTENT}
<>
<>
</td>
<tr>
<>
le code est mal prie, et du coups je me retrouve avec des blocs qui prenne les information des autres :/
@++,
TCooL