<?
// 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. 
?>

<br>

<!-- The Gallery code version number, linked to the Gallery home page -->
<span align="right" class="fineprint">
<a href=<?= $gallery->url ?>>Gallery v<?= $gallery->version ?></a>
</span>

<?
includeHtmlWrap("wrapper.footer");
?>

