format des icônes
This commit is contained in:
parent
6d53973d67
commit
309a31639b
@ -10,22 +10,19 @@
|
|||||||
<div class="col1 offset7">
|
<div class="col1 offset7">
|
||||||
<?php echo template::button('galleryConfigOption', [
|
<?php echo template::button('galleryConfigOption', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/option/' . $_SESSION['csrf'],
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/option/' . $_SESSION['csrf'],
|
||||||
'value' => '',
|
'value' => template::ico('sliders')
|
||||||
'ico' => 'sliders',
|
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col1">
|
<div class="col1">
|
||||||
<?php echo template::button('galleryConfigTheme', [
|
<?php echo template::button('galleryConfigTheme', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'],
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'],
|
||||||
'value' => '',
|
'value' => template::ico('brush')
|
||||||
'ico' => 'brush',
|
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col1">
|
<div class="col1">
|
||||||
<?php echo template::button('galleryAdd', [
|
<?php echo template::button('galleryAdd', [
|
||||||
'ico' => '',
|
|
||||||
'value' => template::ico('plus'),
|
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/add/',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/add/',
|
||||||
|
'value' => template::ico('plus')
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user