//var_dump(date("d-n-Y H:i:s",1164890774));
/*session_start();
$cierra = $_GET['cierra'];
if ($cierra == 1){
$_SESSION['conectado'] = "off";
}
if ($_SESSION['conectado'] != "on") {
session_destroy();
}*/
include("scripts/idiomas.php");
include("scripts/funciones.php");
include("scripts/idioma_metas.php");
include("scripts/config.php");
$url="astilleros_galicia.php";
// $pagina=substr(strrchr($_SERVER['SCRIPT_NAME'],"/"),1);
// $fecha=selecciona_fecha();
/*$idioma=$_GET["idioma"];
$longitud=strlen($idioma);
//echo $longitud;
if($longitud==1 && $_GET["idioma"]==1 || $_GET["idioma"]==2){
//$idioma=replace_meta_chars($idioma);
$idioma = $_GET['idioma'];
//echo $_GET["idioma"];
//}
//}
}else {
header("Location: mapa_web.php?idioma=1");
//}
}*/
if (isset($_GET["idioma"])){
$idioma = $_GET['idioma'];
} else {
$idioma = 1; // 1.- Español
}
?>
=m_meta(2,$idioma);?>
|
include ("cabecera.php");
?>
|
|
|
|
|
|
|
|
include ("pie_nai.php");
?>
|