parseXML($xml_file, "lang"); // Parseamos el XML /* * Variables de los ficheros imagenes (aqui para el preload en el tag
) */ $xml_file = $gl_PathINC_PAG."/cabecera_default.inc.php.".$idi.".xml"; // Donde esta el fichero XML $oParsingXmlToVariables->parseXML($xml_file, "lang"); // Parseamos el XML ?>
|