<?
/*====================================================================================================
======================================================================================================
The Dictionary Maker (TDM) is released under the GNU General Public License (GPL), which is an
open-source license that means anyone is free to use, modify, and
redistribute it, with a few restrictions. That means that the following
text should be included as a comment at the top of every source file:
========================================================================
Copyright Daniel Herman 2002
This file is part of TDM.
TDM 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.
TDM 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 Beehive; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
========================================================================
============================================================================================*/
require("./colours.php");
require("./config.php");
echo "<BR><BR><BR><BR>";
echo "<BR><div align=center><img src=\"./spacer.jpg\" height=1 width = 500><BR><BR>";
echo "<font face=$style_font_face color=$colour_font size=1><center>";
echo "<a href=\"javascript:void(0)\" onClick=\"window.open('./members.php','Name','Width=600, height=600')\">Members Area</a> | <a href=\"javascript:void(0)\" onClick=\"window.open('./sign.php','Name','Width=600, height=600')\">Sign Up</a> | <a href=\"javascript:void(0)\" onClick=\"window.open('./contact.php','Name','Width=600, height=600')\">Contact</a> | <a href=\"javascript:void(0)\" onClick=\"window.open('./report.php','Name','Width=600, height=600')\">Report Violation</a> <BR><BR>";
echo $dict_name;
echo " was created by Daniel Herman's Dictionary Script. <a href=\"mailto:hide@address.com\">Mail me</a> for more information.<br>";
echo "© Daniel Herman 2002<br><a href=\"mailto:";
echo $admin_mail;
echo "\">Mail</a> this dictionarys admin.</div></body></html>";
?>