session_start();
if (isset($_GET["l"])) {
setCookie("Idioma",$_GET["l"],time() + (86400 * 7)*100);
$idioma=$_GET["l"];
}
else {
if (isset($_COOKIE["Idioma"])) {
$idioma=$_COOKIE["Idioma"];
}
else {
if (!isset($idioma)){
$idioma = "ca";
}
}
}
?>
$_SESSION["IDIOMA"]=$idioma;
include("inc/SeccionsV2.php");
?>
IONotice-Terms of use
Legal notices
This document describes the terms that apply to use of the services offered by Ice One Technology or its subsidiaries
Legal information
About Us
Copyright and trademarks
Legal warning
Legal contact information
SeccionsV2_footer($idioma);
?>