diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index 085dab13..f6f05bc5 100755 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -148,7 +148,8 @@
'buttonRed', + 'class' => 'buttonRed', + 'ico' => 'download-cloud', 'href' => helper::baseUrl() . 'install/update', 'value' => 'Mise à jour manuelle', 'disabled' => !$error @@ -232,16 +233,18 @@

Référencement

-
+
helper::baseUrl() . 'config/configMetaImage', - 'value' => 'Rafraîchir la capture d\'écran Open Graph' + 'value' => 'Capture Open Graph', + 'ico' => 'pencil' ]); ?>
-
+
helper::baseUrl() . 'config/generateFiles', - 'value' => 'Générer sitemap.xml et robots.txt' + 'value' => 'sitemap.xml / robots.txt', + 'ico' => 'pencil' ]); ?>
@@ -269,13 +272,15 @@
helper::baseUrl() . 'config/script/head', - 'value' => 'Script inséré dans head' + 'value' => 'Script inséré dans head', + 'ico' => 'pencil' ]); ?>
helper::baseUrl() . 'config/script/body', - 'value' => 'Script inséré dans body' + 'value' => 'Script inséré dans body', + 'ico' => 'pencil' ]); ?>