<?php // ======================================================================= // Module name: Themes Footer // File name: themes_footer.inc // Version: 1.0 // Description: This script contains php code that controls how the footer // is displayed. // // Comments are included within this script to document changes made to // the code with each new version of the script. Each comment also lists // the author's initials to document who made the changes to the code. // // Copyright (C) 2006-2010 Dustin Cowell Enterprises // // License: GNU General Public License, Version 2 // // Link: http://www.gnu.org/licenses/gpl-2.0.txt // // 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, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to: // // Free Software Foundation, Inc. // 51 Franklin Street, Fifth Floor // Boston, MA 02110-1301 USA // ======================================================================= // ======================================================================= // Comment - Version 1.0 - DC // ======================================================================= echo ($font_body . "<center><font size='1'>Powered by <a href='http://www.freephpwebsitesoftware.com'>" . $link_color . "FreePHPWebsiteSoftware</font></a> (<a href='http://www.freephpshoppingcartsoftware.com'>" . $link_color . "FreePHPShoppingCartSoftware</font></a> / <a href='http://www.freephpblogsoftware.com'>" . $link_color . "FreePHPBlogSoftware</font></a> / <a href='http://www.affordablephpwebhosting.com'>" . $link_color . "AffordablePHPWebHosting</font></a>)."); ?>