Mejoras menores

prueba de css
parent 3dfa0698
...@@ -510,6 +510,7 @@ class CampaniaController extends Controller { ...@@ -510,6 +510,7 @@ class CampaniaController extends Controller {
} catch (\Exception $e) { } catch (\Exception $e) {
} }
//MODO DE PRUEBA
//print_r($htmlContent); //print_r($htmlContent);
//exit(); //exit();
return $this->render('front/campania/prueba.html.twig', array("templateCss" => $htmlContent["templateCss"], "headContent" => $htmlContent["contenidoHead"], "bodyContent" => $htmlContent["contenidoBody"], "footerContent" => $htmlContent["contenidoFooter"])); return $this->render('front/campania/prueba.html.twig', array("templateCss" => $htmlContent["templateCss"], "headContent" => $htmlContent["contenidoHead"], "bodyContent" => $htmlContent["contenidoBody"], "footerContent" => $htmlContent["contenidoFooter"]));
......
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