Police devient Fonte

This commit is contained in:
fredtempez 2022-03-17 10:46:09 +01:00
parent 7e971a3e38
commit 8c9f3d0bd5
4 changed files with 5 additions and 5 deletions

View File

@ -172,7 +172,7 @@
<div class="row">
<div class="col3">
<?php echo template::select('themeFooterFont', $module::$fontsList, [
'label' => 'Police',
'label' => 'Fonte',
'selected' => $this->getData(['theme', 'footer', 'font']),
'fonts' => true
]); ?>

View File

@ -107,7 +107,7 @@
</div>
<div class="col4">
<?php echo template::select('themeHeaderFont', $module::$fontsList, [
'label' => 'Police',
'label' => 'Fonte',
'selected' => $this->getData(['theme', 'header', 'font']),
'fonts' => true
]); ?>

View File

@ -184,7 +184,7 @@
<div class="row">
<div class="col6">
<?php echo template::select('themeMenuFont', $module::$fontsList, [
'label' => 'Police',
'label' => 'Fonte',
'selected' => $this->getData(['theme', 'menu', 'font']),
'fonts' => true
]); ?>

View File

@ -159,7 +159,7 @@
<div class="row">
<div class="col6">
<?php echo template::select('themeTextFont', $module::$fontsList, [
'label' => 'Police',
'label' => 'Fonte',
'selected' => $this->getData(['theme', 'text', 'font']),
'fonts' => true
]); ?>
@ -180,7 +180,7 @@
<div class="row">
<div class="col4">
<?php echo template::select('themeTitleFont', $module::$fontsList, [
'label' => 'Police',
'label' => 'Fonte',
'selected' => $this->getData(['theme', 'title', 'font']),
'fonts' => true
]); ?>