Back to View Source Code
<?php

/* footer.php
 *
 * This file is included in every page that includes header.php. This file
 * closes the tags started in header.php and prints any HTML that should appear
 * at the bottom of every page.
 */

?>

            </div>
            <div id="footer">
                <div id="footer_info">
                </div>
                <div id="footer_viewsource">
                    <a href="/viewsource<?php echo $_SERVER['PHP_SELF']; ?>">View Source</a>
                </div>
            </div>
        </div>
        <br /><br />
    </body>
</html>