blog icones sans texte

This commit is contained in:
fredtempez 2022-01-20 10:25:20 +01:00
parent 9de918120f
commit 334f3c8e8a
1 changed files with 8 additions and 7 deletions

View File

@ -9,18 +9,19 @@
]); ?>
</div>
<div class="col1 offset8">
<?php echo template::button('blogConfigAdd', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
'ico' => 'plus',
'value' => ''
]); ?>
</div>
<div class="col1">
<?php echo template::button('blogConfigOption', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/option',
'ico' => 'cogs',
'value' => ''
]); ?>
</div>
<div class="col1">
<?php echo template::button('blogConfigAdd', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
'ico' => 'plus',
'value' => ''
]); ?>
</div>
</div>
<?php echo template::formClose(); ?>