forked from ZwiiCMS-Team/ZwiiCMS
blog icones sans texte
This commit is contained in:
parent
524ea94bbc
commit
0a8646ebd9
@ -9,18 +9,19 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col1 offset8">
|
<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', [
|
<?php echo template::button('blogConfigOption', [
|
||||||
'href' => helper::baseUrl() . $this->getUrl(0) . '/option',
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/option',
|
||||||
'ico' => 'cogs',
|
'ico' => 'cogs',
|
||||||
'value' => ''
|
'value' => ''
|
||||||
]); ?>
|
]); ?>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col1">
|
||||||
|
<?php echo template::button('blogConfigAdd', [
|
||||||
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
|
||||||
|
'ico' => 'plus',
|
||||||
|
'value' => ''
|
||||||
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php echo template::formClose(); ?>
|
<?php echo template::formClose(); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user