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')
]); ?>