You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
502 B
7 lines
502 B
#SET{composition,''}
|
|
[(#ENV{recommander}|=={oui}|et{#PLUGIN{RECOMMANDER}})#SET{composition,'recommander'}]
|
|
[(#ENV{signer}|=={oui}|et{#PLUGIN{PETITIONS}})#SET{composition,'signer'}]
|
|
[(#ENV{commenter}|=={oui}|et{#PLUGIN{FORUM}})#SET{composition,'commenter'}]
|
|
<BOUCLE_principale_article(ARTICLES){id_article}>
|
|
<INCLURE{fond=structure,env,id_rubrique=#ENV{id_rubrique,#ID_RUBRIQUE},id_secteur=#ID_SECTEUR,type-page=article,composition=#GET{composition}|sinon{#COMPOSITION}} />
|
|
</BOUCLE_principale_article>
|