forked from ZwiiCMS-Team/ZwiiCMS
echo supprimé + couleur par défaut keyword
This commit is contained in:
parent
1c065ba546
commit
711b3ffab9
@ -99,7 +99,6 @@ class search extends common {
|
|||||||
$keywords = substr($keywords,0,strlen($keywords) - 1);
|
$keywords = substr($keywords,0,strlen($keywords) - 1);
|
||||||
$keywords .= ')/i';
|
$keywords .= ')/i';
|
||||||
$keywords = str_replace ('+', ' ',$keywords);
|
$keywords = str_replace ('+', ' ',$keywords);
|
||||||
echo $keywords;
|
|
||||||
if (self::$motclef !== '' ) {
|
if (self::$motclef !== '' ) {
|
||||||
foreach($this->getHierarchy(null,false,null) as $parentId => $childIds) {
|
foreach($this->getHierarchy(null,false,null) as $parentId => $childIds) {
|
||||||
if ($this->getData(['page', $parentId, 'disable']) === false &&
|
if ($this->getData(['page', $parentId, 'disable']) === false &&
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.searchKeyword {
|
.searchKeyword {
|
||||||
--keywordColor: rgba(227, 227, 14, 0.8);
|
--keywordColor: rgba(10, 183, 170, 0.46);
|
||||||
}
|
}
|
||||||
.searchTitle {
|
.searchTitle {
|
||||||
font: caption;
|
font: caption;
|
||||||
|
Loading…
Reference in New Issue
Block a user