Added theme: blogger-1.5.zip
[vanilla-miry.git] / themes / search_results_bottom.php
blobb334f8eee46caf51632b661f7b96e3754d5f0340
1 <?php
2 // Note: This file is included from the library/Vanilla/Vanilla.Control.SearchForm.php class.
4 echo '</ol>
5 </div>';
6 if ($this->DataCount > 0) {
7 echo '<div class="ContentInfo Bottom">
8 <div class="PageInfo">
9 <p>'.$this->PageDetails.'</p>
10 '.$this->PageList.'
11 </div>
12 <a href="'.GetRequestUri().'#pgtop">'.$this->Context->GetDefinition('TopOfPage').'</a>
13 </div>';