Skip to content

Instantly share code, notes, and snippets.

@taclab
Created March 10, 2014 23:13
Show Gist options
  • Select an option

  • Save taclab/9476412 to your computer and use it in GitHub Desktop.

Select an option

Save taclab/9476412 to your computer and use it in GitHub Desktop.
<BOUCLE_articles(ARTICLES) {id_article}>
<article>
[(#REM) on reformate le titre]
<BOUCLE_mots(MOTS) {id_article}{id_groupe=2}{0,1}>
<span class="thematique"><a href="#URL_MOT">#TITRE</a></span>
</BOUCLE_mots>
<h3 class="titre"><a href="#URL_ARTICLE" [ class="(#EXPOSE)"]>[(#TITRE|textebrut)]</a></h3>
<div class="#EDIT{intro} introduction entry-content">
[(#DESCRIPTIF|PtoBR|cesure{#LANG})]</div>
<span class="time-article">
Publié le
<time datetime="[(#DATE|date_iso)]">[(#DATE|affdate_jourcourt)]</time>
</span>
<BOUCLE_local(MOTS) {id_article}{id_groupe_racine=5}{0,1}>
<span class="tag">
<i class="icon-map-marker"></i>
<a href="#URL_MOT">#TITRE </a>
</span>
</BOUCLE_local>
<span class="clearfix"></span>
</article>
</BOUCLE_articles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment