echo supprimé + couleur par défaut keyword

This commit is contained in:
Fred Tempez 2020-08-19 19:05:00 +02:00
parent 1c065ba546
commit 711b3ffab9
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,6 @@ class search extends common {
$keywords = substr($keywords,0,strlen($keywords) - 1);
$keywords .= ')/i';
$keywords = str_replace ('+', ' ',$keywords);
echo $keywords;
if (self::$motclef !== '' ) {
foreach($this->getHierarchy(null,false,null) as $parentId => $childIds) {
if ($this->getData(['page', $parentId, 'disable']) === false &&

View File

@ -1,5 +1,5 @@
.searchKeyword {
--keywordColor: rgba(227, 227, 14, 0.8);
--keywordColor: rgba(10, 183, 170, 0.46);
}
.searchTitle {
font: caption;