| \n";
include("themes/$theme/navbar.bottom.php");
include("themes/$theme/footer.php");
echo " |
| SESSION INFO: | VARIABLE INFO: | EXECUTION INFO: |
| Sessions in links: $usesession Session string: $PHPSESSID Session value: $session_value Session name:$session_name |
Show: $show Logic: $logic Search term: $term Language: $language PID: $PID BASE HREF: $gl[BaseURL]$gl[BasePath] BasePath :$gl[BasePath] SiteTitle:$gl[SiteTitle] path :$PATH_INFO self :$self url_array1 :$url_array[1] | ";
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$tend = $mtime;
$totaltime = ($tend - $tstart);
printf ("generated in %f seconds.", $totaltime);
print " |