forked from ZwiiCMS-Team/ZwiiCMS
Update search.php
This commit is contained in:
parent
2be1cdac5c
commit
05ac12b011
@ -48,7 +48,7 @@ class search extends common {
|
|||||||
// Recherche et affichage des occurrences
|
// Recherche et affichage des occurrences
|
||||||
do {
|
do {
|
||||||
$occu = stristr($value3,$motclef);
|
$occu = stristr($value3,$motclef);
|
||||||
if ($occu !== '') {
|
if ($occu != '') {
|
||||||
if ($key2!=$dejavu) {
|
if ($key2!=$dejavu) {
|
||||||
$result .= '<p><br/>Mot clef trouvé dans la page : <a href="./?'.$key2.'" target="_blank" rel="noopener">'.$key2.'</a><br/></p>';
|
$result .= '<p><br/>Mot clef trouvé dans la page : <a href="./?'.$key2.'" target="_blank" rel="noopener">'.$key2.'</a><br/></p>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user