
19/09/2009, 13:43
|
 | | | Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 20 años Puntos: 25 | |
Respuesta: Error en multi idioma otra opción.
Código PHP:
Ver originalif(isset($_GET['lang'])){ include("lang/en.php"); }else{ $langs = array("en.php","es.php","pt-br.php"); include("lang/".$langs[$_GET['lang']]); }
__________________ Hospedaje Web al mejor costo! |