LoadFile('global.php'); $template->SetVar("idioma", $idioma); $system = new System(); $system->OpenXML(realpath("data/".$idioma->GetFilePreffix()."info.xml")); $system->SetEmpresa(); $system->SetSections(); if(file_exists("sections/".$_REQUEST['section'].".php")) { include("sections/".$_REQUEST['section'].".php"); } else { header("Location: index.html"); die; } ?>