A question about articles-loop

Hi!

I'm using the script you posted, it works very well thank you, but
unfortunately only for rubriques templates. Is there any method to make
it work also in articles templates?

Regards,
Meelis

Pierre Andrews wrote:

<B_rubriques>
<ul>
<BOUCLE_rubriques(RUBRIQUES){par num titre}>
<li><a href="#URL_RUBRIQUE">#TITRE</a><br>

<B_articles>
<ul>
<BOUCLE_articles(ARTICLES){id_rubrique} {id_rubrique=#ENV{id_rubrique}}>
<li><a href="#URL_ARTICLE">#TITRE</a>
</BOUCLE_articles>
</ul>
</B_articles>

</li>
</BOUCLE_rubriques>
</ul>
</B_rubriques>

Meelis Friedenthal wrote:

Hi!

I'm using the script you posted, it works very well thank you, but
unfortunately only for rubriques templates. Is there any method to make
it work also in articles templates?

can you elaborate on that please?

Pierre