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 d4fbd053
......@@ -509,6 +509,8 @@ class CampaniaController extends Controller {
} catch (\Exception $e) {
}
print_r($htmlContent);
exit();
return $this->render('front/campania/prueba.html.twig', array("htmlContent" => $htmlContent));
}
......
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