[(#REM) rubrique news - on liste les articles avec logo complet - on ne fait pas le lien vers les articles - texte complet param: - id_rubrique ]
[(#SET{l,#ENV{l}|sinon{2000}})] [(#SET{h,#ENV{h}|sinon{600}})] [(#SET{fond,#ENV{f}|sinon{'#727272'}})] [
(#LOGO_RUBRIQUE|sinon{#CHEMIN{img/image-transparente.png}}|image_proportions{#GET{l},#GET{h},focus} |image_reduire{#GET{l},#GET{h},center center} |image_recadre{#GET{l},#GET{h},center,#GET{fond}} |inserer_attribut{alt,#ENV{titre}|textebrut})
]
[

(#TITRE)

] [
(#TEXTE)
]
[(#REM) texte de gondole: logo sinon on prend 1er image ]
[(#SET{l,#ENV{l}|sinon{400}})] [(#SET{found_logo_article,''})] [
(#LOGO_ARTICLE|image_reduire{#GET{l},0} |inserer_attribut{alt,#ENV{titre}|textebrut})
[(#SET{found_logo_article,true})] ]
[

(#TITRE)

] [
(#DATE|affdate_jourcourt)
] [
(#TEXTE)
]
#FILTRE{trim}