Modification config

This commit is contained in:
fredtempez 2020-03-01 17:36:54 +01:00
parent bdcc2dceb6
commit 36afbfcdc0
2 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ img[align='right'] {
} }
#metaImage { #metaImage {
height: 200px; height: 150px;
} }
/* /*

View File

@ -236,7 +236,7 @@
<div class="row"> <div class="row">
<div class="col6"> <div class="col6">
<div class="row"> <div class="row">
<div class="col12"> <div class="col10 offset1">
<?php echo template::button('configMetaImage', [ <?php echo template::button('configMetaImage', [
'href' => helper::baseUrl() . 'config/configMetaImage', 'href' => helper::baseUrl() . 'config/configMetaImage',
'value' => 'Rafraîchir la capture d\'écran Open Graph' 'value' => 'Rafraîchir la capture d\'écran Open Graph'
@ -244,7 +244,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col12"> <div class="col10 offset1">
<?php echo template::button('configSiteMap', [ <?php echo template::button('configSiteMap', [
'href' => helper::baseUrl() . 'config/generateFiles', 'href' => helper::baseUrl() . 'config/generateFiles',
'value' => 'Rafraîchir sitemap.xml et robots.txt' 'value' => 'Rafraîchir sitemap.xml et robots.txt'