[(#REM)
Si on a défini un titre de sommaire dans la conf, on l'affiche en H1
Sinon on retombe sur le défaut de Z en mettant un H1 de classe invisible
]
[
(#CONFIG{documentation/titre_sommaire}|typo)
]
[(#CONFIG{documentation/titre_sommaire}|typo|non)
#NOM_SITE_SPIP
]
[(#DESCRIPTIF_SITE_SPIP)
]
[(#CONFIG{documentation/sous_titre_sommaire}|typo|sinon{<:documentation:partez_a_laventure:>})]
<:documentation:navigation_clavier:>
[(#REM) on est encore au tout debut (sommaire)
Mais si on est dans un secteur/branche, on va
dans le premier article de la branche, sinon
dans la premiere rubrique de la branche
]
[(#REM) Hack, mais une boucle condition serait mieux ]
[(#CONFIG{documentation/secteur_langue}|=={on}|oui)
[(#INCLURE{fond=inclure/suivant}{url=#URL_ARTICLE}{titre=#TITRE})]
]
[(#CONFIG{documentation/secteur_langue}|=={on}|oui)
[(#INCLURE{fond=inclure/suivant}{url=#URL_RUBRIQUE}{titre=#TITRE})]
]
/B_art_branche>
[(#CONFIG{documentation/secteur_langue}|=={on}|non)
[(#INCLURE{fond=inclure/suivant}{url=#URL_RUBRIQUE}{titre=#TITRE})]
]