Home
last modified time | relevance | path

Searched refs:searchHTML (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Ui/
H A DSearch.php47 $searchHTML = $this->getSearchIntroHTML($this->query);
49 $searchHTML .= $this->getSearchFormHTML($this->query);
51 $searchHTML .= $this->getPageLookupHTML($this->pageLookupResults);
53 $searchHTML .= $this->getFulltextResultsHTML($this->fullTextResults, $this->highlight);
55 echo $searchHTML;