Mod Script in file = globetrotter.php
On Line #85:
Change from:
<title><?php include "admin/title.inc"; ?></title>
Change to:
<title><?php include "admin/head.inc"; ?></title>
&
On Line #557
Changes from:
display[<?=$display[$a][0];?>][<?=$b;?>] = <?php if
(($b!=1) && ($b!=2) && ($b!=3)) echo("\""); echo
$display[$a][$b]; if(($b!=1) && ($b!=2) && ($b!=3))
echo("\"");?>;
Changes to:
display[<?=$display[$a][0];?>][<?=$b;?>] = <?php if
(($b!=2) && ($b!=3)) echo("\""); echo $display[$a]
[$b]; if(($b!=2) && ($b!=3)) echo("\"");?>;
==============
These seemed to be the most crucial changes needed to
get this map to display correctly after installation.
Email however is a whole nudder problem!
Logged In: NO
This correction seems to have done the trick and restored my lost mouseover function. Thanks