|
|
|
@ -15,7 +15,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col2">
|
|
|
|
|
<?php echo template::button('themeManage', [
|
|
|
|
|
'class' => 'buttonBlue',
|
|
|
|
|
'ico' => 'upload',
|
|
|
|
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/manage',
|
|
|
|
|
'value' => 'Thèmes'
|
|
|
|
@ -23,7 +22,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col2">
|
|
|
|
|
<?php echo template::button('themeAdvanced', [
|
|
|
|
|
'class' => 'buttonBlue',
|
|
|
|
|
'ico' => 'code',
|
|
|
|
|
'href' => helper::baseUrl() . $this->getUrl(0) . '/advanced',
|
|
|
|
|
'value' => 'Éditeur CSS'
|
|
|
|
@ -31,7 +29,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col2">
|
|
|
|
|
<?php echo template::button('themeShowAll', [
|
|
|
|
|
'class' => 'buttonBlue',
|
|
|
|
|
'ico' => 'eye',
|
|
|
|
|
'value' => 'Zones cachées'
|
|
|
|
|
]); ?>
|
|
|
|
|