You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
702 B
28 lines
702 B
![]()
3 years ago
|
[(#REM)
|
||
|
pied de page
|
||
|
|
||
|
param:
|
||
|
(aucun)
|
||
|
|
||
|
|
||
|
]<!-- footer -->
|
||
|
<footer class="footer container">
|
||
|
<div class="row footer-row-1">
|
||
|
<div class="col col-auto footer-title">#NOM_SITE_SPIP</div>
|
||
|
<div class="col footer-sep"></div>
|
||
|
<div class="col col-auto footer-link">
|
||
|
<ul>
|
||
|
<BOUCLE_art_lien(ARTICLES){id_article IN #CONFIG{ueno/footer_articles}|picker_selected{article}}>
|
||
|
<li><a href="#URL_ARTICLE">#TITRE</a></li>
|
||
|
</BOUCLE_art_lien>
|
||
|
[(#CONFIG{ueno/affiche_plan}|oui)<li><a href="#URL_PAGE{plan}"><:plan_site:></a></li>]
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row footer-row-2">
|
||
|
<div class="col">
|
||
|
#SLOGAN_SITE_SPIP
|
||
|
</div>
|
||
|
</div>
|
||
|
</footer>
|
||
|
<!-- #footer -->
|