<?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.freesimplesoft.com'>" . $link_color . "Free Simple Software</font></a> (<a href='http://www.freesimplecms.com'>" . $link_color . "Free Simple CMS</font></a> / <a href='http://www.freesimpleshop.com'>" . $link_color . "Free Simple Shop</font></a> / <a href='http://www.freesimpleblog.com'>" . $link_color . "Free Simple Blog</font></a> / <a href='http://www.freesimplehost.com'>" . $link_color . "Free Simple Host</font></a>).<br>Developed by <a href='http://www.dustincowell.com'>" . $link_color . "Dustin Cowell Enterprises</font></a>."); ?>