forked from ZwiiCMS-Team/ZwiiCMS
mots clés apporchants par défaut
This commit is contained in:
parent
66ef114f56
commit
77df0f9de8
@ -30,7 +30,7 @@ class search extends common {
|
||||
|
||||
// Variables pour le dialogue avec le formulaire
|
||||
public static $motclef = '';
|
||||
public static $motentier = '';
|
||||
public static $motentier = true;
|
||||
public static $previewLength = [
|
||||
100 => '100 caractères',
|
||||
200 => '200 caractères',
|
||||
|
@ -17,7 +17,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<?php echo template::checkbox('searchMotentier', true, 'Mots clés approchants', [
|
||||
'checked' => $module::$motentier
|
||||
'checked' => $module::$motentier,
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user