format des icônes

This commit is contained in:
Fred Tempez 2022-03-28 19:09:55 +02:00
parent 5bb453739c
commit 2f45c1d0c3
1 changed files with 3 additions and 6 deletions

View File

@ -10,22 +10,19 @@
<div class="col1 offset7">
<?php echo template::button('galleryConfigOption', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/option/' . $_SESSION['csrf'],
'value' => '',
'ico' => 'sliders',
'value' => template::ico('sliders')
]); ?>
</div>
<div class="col1">
<?php echo template::button('galleryConfigTheme', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'],
'value' => '',
'ico' => 'brush',
'value' => template::ico('brush')
]); ?>
</div>
<div class="col1">
<?php echo template::button('galleryAdd', [
'ico' => '',
'value' => template::ico('plus'),
'href' => helper::baseUrl() . $this->getUrl(0) . '/add/',
'value' => template::ico('plus')
]); ?>
</div>
</div>