Don't assign return value of new by reference.
[viewgit.git] / templates / footer.php
blob977213a0d5dbf0bdc7bb21c56dfb8abf74b63c8b
1 <?php
2 if ($conf['ad']) {
3 echo "<div class=\"ad\"><a href=\"http://viewgit.sourceforge.net/\" title=\"Visit the ViewGit homepage\">ViewGit</a></div>";
5 VGPlugin::call_hooks('footer');
6 ?>
7 </div>
8 </body>
9 </html>