<?php
// $Id: photo.footer.default,v 1.9.2.1 2003/08/16 08:48:51 jefmcg Exp $
// This is the default photo footer (for the gallery photo
// page: view_photo.php). It's companion is photo.header.default.
//
// To override this header, create a file called photo.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");
?>

