<?
/*
KISGB - a Guest Book script written in PHP.
Copyright (C) 2001-2002 Gaylen Fraley
hide@address.com
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
License file for more details.
*/
require("config.php");
if ($HTTP_GET_VARS['tmp_theme']>'') $theme = $HTTP_GET_VARS['tmp_theme'];
if ($HTTP_GET_VARS['tmp_lang']>'') $language = $HTTP_GET_VARS['tmp_lang'];
require("$path_to_languages/$language");
require("$path_to_themes/$theme");
?>
<p><center><font size=-2><a style="color:<?=$Footer_text_color?>;" href="http://www.gaylenandmargie.com/phpwebsite" onClick="if (this.blur) this.blur();"><img src="images/kisgb-logo4.gif"></a></font></center></p>