", ""), $noticias_sp); $noticias_en = str_replace(array("[", "]"), array("", ""), $noticias_en); $noticias = str_replace(array("{NOTICIAS_SP}", "{NOTICIAS_EN}"), array($noticias_sp, $noticias_en), $noticias); fwrite($f, $noticias); fclose($f); $ofertas = file_get_contents("../textonoticias_original.htm"); $f = fopen("../textonoticias.htm", "w"); $ofertas_sp = str_replace(array("[", "]"), array("", ""), $ofertas_sp); $resultado = str_replace(array("{OFERTAS_SP}"), array($ofertas_sp), $ofertas); fwrite($f, $resultado); fclose($f); $ofertas = file_get_contents("../English/textonoticias_original.htm"); $f = fopen("../English/textonoticias.htm", "w"); $ofertas_en = str_replace(array("[", "]"), array("", ""), $ofertas_en); $resultado = str_replace(array("{OFERTAS_EN}"), array($ofertas_en), $ofertas); fwrite($f, $resultado); fclose($f); /*$original = file_get_contents("../textonoticias_original.htm"); $texto = file_get_contents("ofertas_sp.txt"); $f = fopen("../textonoticias.htm", "w"); $texto = str_replace(array("[", "]"), array("", ""), $texto); $resultado = str_replace(array("{OFERTAS_SP}"), array($texto), $original); fwrite($f, $resultado); fclose($f); $original = file_get_contents("../English/textonoticias_original.htm"); $texto = file_get_contents("ofertas_en.txt"); $f = fopen("../English/textonoticias.htm", "w"); $texto = str_replace(array("[", "]"), array("", ""), $texto); $resultado = str_replace(array("{OFERTAS_EN}"), array($texto), $original); fwrite($f, $resultado); fclose($f);*/ function graba($texto, $fichero, $negritas=false) { $f = fopen ($fichero, "w"); fwrite($f, $texto); fclose($f); } ?>