if(isset($_GET["lang"]) && $_GET["lang"] == "es") header ("Location: /"); $lang = (isset($_GET["lang"])) ? $_GET["lang"] : "es"; if($lang != "es") require_once($_SERVER['DOCUMENT_ROOT'].'/lang/es.php'); $archivo = $_SERVER['DOCUMENT_ROOT'].'/lang/'.$lang.'.php'; if (file_exists($archivo)) require_once $archivo; else header ("Location: /"); function PLANG(){ $plang = (isset($_GET["lang"]) && $_GET["lang"] != "es") ? "/".$_GET["lang"] : ""; return $plang; } function TXT($id, $mayus = 0) { global $idioma; if($mayus == 1) echo mb_strtoupper($idioma[$id], 'UTF-8'); else if($mayus == 2) echo ucfirst($idioma[$id]); else echo $idioma[$id]; } ?>
TXT('home_eslogan1'); ?>
TXT('contacto_1'); ?>