1 <?php 2 /* SRG - Squid Report Generator 3 * 4 * Example Custom PHP footer 5 * 6 * $Id: footer.php 145 2004-09-25 13:30:10Z mattgbrown $ 7 */ 8 9 /* NOTE: it is your responsibility when including PHP headers to make sure 10 * that the appropriate stylesheets and javascript files are 11 * included. 12 */ 13 14 /* Close any database connections & display any page footers that you want 15 * here */ 16 17 /* Close off the HTML */ 18 ?> 19 </body> 20 </html>