2 // Note: This file is included from the library/Vanilla/Vanilla.Control.SearchForm.php class.
3 $SearchID = "Discussions";
4 switch ($this->Search
->Type
) {
6 $SearchID = "CommentResults";
9 $SearchID = "UserResults";
13 echo '<div class="ContentInfo Top">
14 <h1>'.$this->Context
->GetDefinition($this->Search
->Type
).'</h1>
15 <div class="PageInfo">
16 <p>'.($this->PageList
!= '' ?
$this->PageDetails
: $this->Context
->GetDefinition('NoResultsFound')).'</p>
20 <div id="ContentBody">
21 <ol id="'.$SearchID.'">';