"; if(($footerfile) && ($footerfilepos==0)) { if(is_phpfile($footerfile)) include_once($footerfile); else file_output($footerfile); } echo $pagefooter; if(($footerfile) && ($footerfilepos==1)) { if(is_phpfile($footerfile)) include_once($footerfile); else file_output($footerfile); } echo ""; } ?>
|
";
}
if($showtimezone==1)
{
echo "$l_timezone_note ".timezonename($server_timezone);
$gmtoffset=tzgmtoffset($server_timezone);
if($gmtoffset)
echo " (".$gmtoffset.")";
echo " "; } if($contentcopy) echo " $l_content ".display_encoded($contentcopy)." "; echo "$l_generated_with $copyright_url $copyright_note"; if($l_translationnote) echo " $l_translationnote"; ?> |