From 9b8d8c603fe4b8e904745bf92107939e0d3ff2d3 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 13 Jan 2021 18:47:30 +0100 Subject: [PATCH 1/2] supprimer un test --- module/search/view/index/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/search/view/index/index.php b/module/search/view/index/index.php index c766e21c..5fa91623 100755 --- a/module/search/view/index/index.php +++ b/module/search/view/index/index.php @@ -3,7 +3,7 @@
- "; echo isset($module::$motclef); echo "";echo template::text('searchMotphraseclef', [ + $this->getData(['module', $this->getUrl(0), 'placeHolder']), 'value' => $module::$motclef ]); ?> From 668fda3d1da90b63cf6dec8e2ccd51f723b2018a Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 13 Jan 2021 19:03:37 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Supprimer=20la=20cl=C3=A9=20'keywordColor'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core.php b/core/core.php index 4ecb5b1e..f0b35e65 100755 --- a/core/core.php +++ b/core/core.php @@ -1582,6 +1582,7 @@ class common { unlink('module/search/ressource/theme.css'); if (file_exists('module/search/ressource/vartheme.css') ) unlink('module/search/ressource/vartheme.css'); + $this->deleteData(['theme','search','keywordColor']); $this->setData(['core', 'dataVersion', 10400]);