Made quite a few changes so that the code works in the server
[vanilla-miry.git] / themes / comments_foot.php
blobf46ae545c85f851e9466785a2908a2fb025fdb38
1 <?php
2 // Note: This file is included from the library/Vanilla/Vanilla.Control.CommentFoot.php class.
4 echo '<div class="ContentInfo Bottom">
5 <a href="'.GetUrl($this->Context->Configuration, 'index.php').'" class="left">'.$this->Context->GetDefinition('BackToDiscussions').'</a>
6 <a href="'.GetRequestUri().'#pgtop">'.$this->Context->GetDefinition('TopOfPage').'</a>
7 </div>';
9 ?>