/************************************************************************/
/* Google Tap Beta 0.5.0 - 09 Feb 2003                                  */
/* Copyright (c) 2002 by Nuke Cops                                      */
/* http://nukecops.com                                                  */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/


######################
#
# footer.php
#
######################

Directions: Find the "foot();" function call near the end of the document and
replace it with the following block:



$contents = ob_get_contents(); // store buffer in $contents
ob_end_clean(); // delete output buffer and stop buffering
echo replace_for_mod_rewrite($contents); //display modified buffer to screen

foot();
