[(#REM)
Afficher le titre de la grille défini dans la page de configuration
ou, à défaut, la chaine de langue selon le type d'affichage.
]
[(#CONFIG{html5up_prologue/accueil_titre_grille}|!={""}|?{
[(#SET{titre,#CONFIG{html5up_prologue/accueil_titre_grille}})]
,
[(#CONFIG{html5up_prologue/accueil_mode}|=={site}|ou{#CONFIG{html5up_prologue/accueil_mode}|=={''}}|oui) [(#SET{titre,<:html5up_prologue:titre_grille_rubriques:>})] ]
[(#CONFIG{html5up_prologue/accueil_mode}|=={blog}|oui) [(#SET{titre,<:html5up_prologue:titre_grille_blog:>})] ]
[(#CONFIG{html5up_prologue/accueil_mode}|=={portfolio}|oui) [(#SET{titre,<:html5up_prologue:titre_grille_portfolio:>})] ]
})]
[
]
[
(#TEXTE)
]
[(#REM) Mode d'affichage de l'accueil : site, blog ou portfolio ]
[(#CONFIG{html5up_prologue/accueil_mode}|=={site}|ou{#CONFIG{html5up_prologue/accueil_mode}|=={''}}|oui)
]
[(#CONFIG{html5up_prologue/accueil_mode}|=={blog}|oui)
]
[(#CONFIG{html5up_prologue/accueil_mode}|=={portfolio}|oui)
]