Se añade version 1.0 de parser html

correciones menores a codigo anterior realizado.
Se añade html de prueba
Se añaden librerias de restapi
parent b3204982
......@@ -512,7 +512,7 @@ class CampaniaController extends Controller {
}
//print_r($htmlContent);
//exit();
return $this->render('front/campania/prueba.html.twig', array("htmlContent" => $htmlContent));
return $this->render('front/campania/prueba.html.twig', array("headContent" => $htmlContent["contenidoHead"], "bodyContent" => $htmlContent["contenidoBody"], "footerContent" => $htmlContent["contenidoFooter"]));
}
public function loadDataContenidoAction(Request $request) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment