Hi, all !!
I need to write in an article the name of the parent section. I'm using:
<BOUCLE_mae(RUBRIQUES) {id_enfant}>[(#TITRE)]</BOUCLE_mae>
But it doesn't show anything -- and it's not a section at the root,
its a sub-section.
Where's my mistake?
Thank you in advance!!
Tereza
Tereza Loparic wrote:
Hi, all !!
I need to write in an article the name of the parent section. I'm using:
<BOUCLE_mae(RUBRIQUES) {id_enfant}>[(#TITRE)]</BOUCLE_mae>
But it doesn't show anything -- and it's not a section at the root,
its a sub-section.
Where's my mistake?
Thank you in advance!!
Tereza
{id_enfant} select the parent section of the section selected by a RUBRIQUES loop.
if you are in an ARTICLES loop and want to get the name of the section containing this article, just do:
<BOUCLE_mae(RUBRIQUES) {id_rubrique}>[(#TITRE)]</BOUCLE_mae>
Pierre
{id_enfant} select the parent section of the section selected by a
RUBRIQUES loop.
if you are in an ARTICLES loop and want to get the name of the section
containing this article, just do:
<BOUCLE_mae(RUBRIQUES) {id_rubrique}>[(#TITRE)]</BOUCLE_mae>
Thank you, Pierre, but i need the name of the parent section, not the
name of the section...
s
tereza
On 08 Dec, 2006, at 18:22, Tereza Loparic wrote:
{id_enfant} select the parent section of the section selected by a
RUBRIQUES loop.
if you are in an ARTICLES loop and want to get the name of the section
containing this article, just do:
<BOUCLE_mae(RUBRIQUES) {id_rubrique}>[(#TITRE)]</BOUCLE_mae>
Thank you, Pierre, but i need the name of the parent section, not the
name of the section...
ok, so put the loop with id_enfant inside this loop.
Pierre