Boucles imbriquées ...

Hello,

je n'arrive pas à faire fonctionner la boucle suivante :

-----------------------------------------------------------
<B_sous_rubriques>
<p>Les sous-rubriques :</p>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
        <td valign="top">
                <BOUCLE_sous_rubriques(RUBRIQUES){id_parent}{par titre}{1/2}>
                        <li><a href="#URL_RUBRIQUE">#TITRE</a></li>
                </BOUCLE_sous_rubriques>
        </td>
        <B_sous_rubriques2>
        <td bgcolor="#003366" width="1"><img src="/images/dot.gif" width="1" height="1" /></td>
        <td valign="top">
                <BOUCLE_sous_rubriques2(RUBRIQUES){id_parent}{par titre}{2/2}>
                        <li><a href="#URL_RUBRIQUE">#TITRE</a></li>
                </BOUCLE_sous_rubriques2>
        </td>
        </B_sous_rubriques2>
</tr>
</table>
</B_sous_rubriques>
<p>Aucune sous-rubrique.</p>
<//B_sous_rubriques>
-----------------------------------------------------------

Elle me renvoie toujours "Aucune sous-rubrique" ... :frowning:

N'est-il pas possible d'imbriquer les "</B_...>" ???

Nicolas.

--
Nicolas HOIZEY - Analyst @ TechMetrix Research

  Free PHP projects http://www.phpheaven.net
Veille tous azimuts http://www.gasteroprod.com

Comme tout le monde a l'air de se reveiller en cette fin de semaine ... j'en
profite pour remercier ceux qui m'ont filé l'astuce pour la rubrique et j'en
profite pour glisser une autre question ...

j'ai ajouté une ligne de htmleu dans un article .... ca marche pas ...
et ca donne
Fatal error: Maximum execution time exceeded in inc_texte.php3 on line 490

pourtant j'ai juste mis a la fin du texte : <a href="http://www.monster.com"
target="_blank">www.monster.com</a>

une idee ?

merci

Christophe