icône aperçu pour theme header

This commit is contained in:
Deltacms 2022-12-28 17:17:00 +01:00
parent 556db4b79b
commit 986d50dfcf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ echo template::formOpen('themeHeaderForm');
<div class="col2 offset4">
<?php echo template::submit('themeHeaderSubmitPreview',[
'value' => $text['core_theme_view']['header'][37],
'ico' =>'',
'ico' =>'eye',
'class' => 'buttonPreview'
]); ?>
</div>