Fixed hook & action calls.
[viewgit.git] / templates / footer.php
blob710966115cdc01c67eba9b8f1aa22c79c5a0cdf0
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 ?>
8 </body>
9 </html>