";
if (get_server_name() != "localhost") {
if (!$d) { // if you have a licence file you can turn the ad's off by changing this to false!
echo " ";
echo "
";
}
}
echo "";
if ($menu_printed) {
echo "";
}
}
//------------------------------------------------------------------------------
function show_twg_footer() { // footer for html-page
echo '
';
}
/*
This function does show a small add from google to support TWG.
You are not allowed to remove this code - If you don't like this
please contact me if you like an add free backend!
*/
function show_twg_header() {
global $d;
global $debug_file;
if (file_exists($debug_file)) {
if (filesize($debug_file) > 10000) {
echo "
". $GLOBALS["error_msg"]["error_debug_empty"] ."";
}
}
if (get_server_name() != "localhost") {
echo'
';
if (!$d) { // if you have a licence file you can turn the ad's off by changing this to false!
echo "";
}
echo '
';
}
}
?>