<?php
/*====================================================================================================
======================================================================================================
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("./config.php");
require("./colours.php");
?>
<html>
<head>
<title><?php echo $dict_name; ?></title>
<style type="text/css">
<!--
a:link
{
color: "<?php echo $alink_colour;?>";
text-decoration: none
}
a:visited
{
color: <?php echo $alink_visited;?>;
text-decoration: none
}
a:active
{
color: <?php echo $alink_active;?>;
text-decoration: none
}
a:hover
{
color: <?php echo $alink_hover;?>;
text-decoration: none
}
body {
margin:0;
padding:0;
}
-->
</style>
</head>
<body>
<body bgcolor="<?php echo $colour_background; ?>">