[(#REM)
mot-cle=afficher_dans_Actualites, titre=Actualités, ancre=section_actualites
branche=96, mot-cle=afficher_dans_page_Accueil, ancre=section_parents
rubrique=108, branche=116, mot-cle=afficher_dans_page_Accueil, ancre=section_voyages
article=31
]
[(#SET{accueil_liste,#CONFIG{bsantonum/accueil_resumes}})]
[(#CONFIG{bsantonum/sommaire_debug}|oui)
Config:
[
(#GET{accueil_liste}|print_r{1})
] ]
[(#REM) Separe les différents lignes de paramètres ]
[(#SET{accueil_sections,#GET{accueil_liste}|explode{#EVAL{chr(13)}}})]
[(#CONFIG{bsantonum/sommaire_debug}|oui)
Sections:
[
(#GET{accueil_sections}|print_r{1})
] ]
[(#REM) Pour chacune des lignes du tableau ...]
[(#REM) Initialise le tableau final de paramètres pour une ligne ]
#SET{tabParams, #ARRAY}
[(#REM) Separe les différents parametres d'une ligne ]
[(#SET{params, #_lignes:VALEUR|explode{','}})]
[(#REM) Initialise la liste de paramètres ]
[(#SET{champsParam, #VALEUR|explode{'='}})]
[(#SET{champsParam, #VAL{trim}||array_map{#GET{champsParam}}})]
[(#SET{tabParams, #GET{tabParams}|array_merge{#ARRAY{#GET{champsParam/0},#GET{champsParam/1}}}})]
[(#CONFIG{bsantonum/sommaire_debug}|oui)
Params:
[(#GET{tabParams}|print_r{1})
] ]
[(#SET{style, [ style="background-color: (#GET{tabParams/fond_section});"]})]
[(#CONFIG{bsantonum/aside_type}|=={float}|oui)
[(#REM) col-lg-[(#VAL{7}|moins{#CONFIG{bsantonum/aside_gutter}})] ]
]
[(#CONFIG{bsantonum/aside_type}|=={float}|oui)
]