diff --git a/module/blog/view/config/config.php b/module/blog/view/config/config.php
index ab4c20d5..e3e18509 100644
--- a/module/blog/view/config/config.php
+++ b/module/blog/view/config/config.php
@@ -11,16 +11,14 @@
helper::baseUrl() . $this->getUrl(0) . '/option',
- 'ico' => 'cogs',
- 'value' => ''
+ 'value' => template::ico('cogs')
]); ?>
helper::baseUrl() . $this->getUrl(0) . '/add',
- 'ico' => 'plus',
- 'value' => ''
+ 'value' => template::ico('plus')
]); ?>
diff --git a/module/form/view/config/config.php b/module/form/view/config/config.php
index e992f834..45784d4b 100644
--- a/module/form/view/config/config.php
+++ b/module/form/view/config/config.php
@@ -58,17 +58,16 @@
'value' => 'Retour'
]); ?>
-
+
helper::baseUrl() . $this->getUrl(0) . '/data',
- 'value' => 'Données'
+ 'value' => template::ico('code')
]); ?>
-
+
helper::baseUrl() . $this->getUrl(0) . '/option',
- 'value' => 'Options',
- 'ico' => 'cog-alt'
+ 'value' => template::ico('cogs')
]); ?>
diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php
index 1901704b..4790c1dc 100644
--- a/module/gallery/view/config/config.php
+++ b/module/gallery/view/config/config.php
@@ -8,10 +8,10 @@
'value' => 'Retour'
]); ?>
-
+
helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'],
- 'value' => template::ico('brush','right') . 'Mise en page'
+ 'value' => template::ico('brush')
]); ?>