Skip to content

Instantly share code, notes, and snippets.

@phenix-factory
Last active December 16, 2015 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phenix-factory/5388779 to your computer and use it in GitHub Desktop.
Save phenix-factory/5388779 to your computer and use it in GitHub Desktop.
SPIP: Boucle pour afficher un article SPIP ou ça traduction
<BOUCLE_article(ARTICLES){id_article=5}>
<BOUCLE_traduction(ARTICLES){traduction} {lang=#ENV{lang}}>
<h1>#TITRE</h1>
[<div class="chapo">(#CHAPO)</div>]
#TEXTE
</BOUCLE_traduction>
</BOUCLE_article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment