SiteMap bouton dans la config

This commit is contained in:
Fred Tempez 2022-11-07 08:37:14 +01:00
parent 87cc514de2
commit 098b886c9b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<div class="row">
<div class="col4 offset1">
<?php echo template::button('socialSiteMap', [
'href' => helper::baseUrl() . 'config/siteMap',
'href' => helper::baseUrl() . 'config/sitemap',
'value' => 'Générer sitemap.xml et robots.txt'
]); ?>
</div>