cioè stai dicendo che se fai
Codice PHP:
<?php
if ($_GET['lang'] == 'it') {
require_once 
'menuIta.php';
} elseif (
$_GET['lang'] == 'eng') {
require_once 
'menuEng.php';
}
?>
non carica correttamente le cose.. strano 'sto php eh..