if(isset($_GET['lan'])){
if($_GET['lan']=='es'){
echo "Estamos dando mantenimiento a esta página, por favor regrese más tarde
";
echo "« « Ir al inicio";
}
if($_GET['lan']=='en'){
echo "We are updating this page, please come back later
";
echo "« « Go back to home page";
}
}
?>
|
|