From 309a31639b46c6cbfc7364db0859b73dd72da596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Mon, 28 Mar 2022 19:10:30 +0200 Subject: [PATCH] =?UTF-8?q?format=20des=20ic=C3=B4nes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/gallery/view/config/config.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php index 204fdc9c..d80038c3 100644 --- a/module/gallery/view/config/config.php +++ b/module/gallery/view/config/config.php @@ -10,22 +10,19 @@
helper::baseUrl() . $this->getUrl(0) . '/option/' . $_SESSION['csrf'], - 'value' => '', - 'ico' => 'sliders', + 'value' => template::ico('sliders') ]); ?>
helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'], - 'value' => '', - 'ico' => 'brush', + 'value' => template::ico('brush') ]); ?>
'', - 'value' => template::ico('plus'), 'href' => helper::baseUrl() . $this->getUrl(0) . '/add/', + 'value' => template::ico('plus') ]); ?>