mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
8 lines
No EOL
424 B
HTML
8 lines
No EOL
424 B
HTML
<BOUCLE_extra(ARTICLES){id_article}{statut?}{si #ENV{exec}|=={article}}>
|
|
#SET{statut,#SESSION{statut}|statuts_articles_visibles}
|
|
#SET{where,#VAL{id_article!=}|concat{#ID_ARTICLE}}
|
|
<INCLURE{fond=prive/objets/liste/articles-memerubrique,id_rubrique=#ID_RUBRIQUE,where=#GET{where},statut=#GET{statut},ajax}>
|
|
|
|
</BOUCLE_extra>
|
|
[(#ENV{exec}|=={article_edit}|oui)<INCLURE{fond=prive/squelettes/extra/article_edit,env}>]
|
|
<//B_extra> |