$pagexyz) { if ((!hide($i) || $cf['hidden']['pages_search'] == 'true') && !strstr($pagexyz,'_splitToc_')) { $found = true; $pagexyz = evaluate_plugincall($pagexyz, TRUE); $pagexyz = mb_strtolower(strip_tags($pagexyz), 'utf-8'); $pagexyz = html_entity_decode($pagexyz, ENT_QUOTES, 'utf-8'); foreach ($words as $word) { if (strpos($pagexyz, trim($word)) === false) { $found = false; break; } } if (!$found) {continue;} $ta[] = $i; } } if(count($ta) > 0){ $cms_searchresults = "\n" .'
"' . htmlspecialchars($search, ENT_COMPAT, 'UTF-8') . '" '; if (count($ta) == 0) { $o .= $tx['search']['notfound'] . '.
'; } else { $o .= $tx['search']['foundin'] . ' ' . count($ta) . ' '; if (count($ta) > 1 )$o .= $tx['search']['pgplural']; else $o .= $tx['search']['pgsingular']; $o .= ':' . $cms_searchresults; } ?>