<?php
/* SRG - Squid Report Generator
 *
 * Example Custom PHP footer
 *
 * $Id: footer.php 145 2004-09-25 13:30:10Z mattgbrown $
 */

/* NOTE: it is your responsibility when including PHP headers to make sure
 *       that the appropriate stylesheets and javascript files are
 *       included.
 */

/* Close any database connections & display any page footers that you want 
 * here */

/* Close off the HTML */
?>
</body>
</html>
