<?php
// $Id: slideshow.footer.default,v 1.7.2.1 2003/08/16 08:48:51 jefmcg Exp $
// This is the default photo footer (for the gallery slideshow
// page: slideshow.php). It's companion is slideshow.header.default.
//
// To override this header, create a file called slideshow.footer
// in this directory.
//
// NOTE: This header gets inserted above the </body> tag. 
?>

    </td>
  </tr>
  <tr>
    <td>
    <!-- The Gallery code version number, linked to the Gallery home page -->
    <table width="100%"><tr><td>
    <span class="fineprint">
    <?php print poweredBy() ?>
    </span>
    </td>
    </tr></table>
    </td>
  </tr>
</table>
<?php
includeHtmlWrap("wrapper.footer");
?>

