Ajout du # en début de titre pour l'item d'une émission

This commit is contained in:
Frédéric Couchet 2021-11-15 08:29:45 +01:00 committed by root
parent e247e09a1b
commit 865f5e74fa
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<BOUCLE_un_article(ARTICLES){id_article}{id_rubrique IN 1,8}{statut=publie}>
<item>
<title>[(#TITRE|attribut_html|texte_backend)]</title>
[(#ID_RUBRIQUE|=={1})<title>[#(#TITRE|attribut_html|texte_backend)]</title>]
[(#ID_RUBRIQUE|=={8})<title>[(#TITRE|attribut_html|texte_backend)]</title>]
<link>[(#URL_ARTICLE|url_absolue)]</link>
[(#DRUPAL_PUBDATE|choixsivide{<pubDate>[(#DATE|date_822)]</pubDate>,<pubDate>#DRUPAL_PUBDATE</pubDate>})]
[(#DRUPAL_GUID|non)[(#PODCAST_DUREE|oui)<guid isPermaLink="false">[(#URL_ARTICLE|url_absolue)]</guid>]]