#6 se agregan clases y logica de url terminos y condiciones en front

generado
parent 6fc59789
......@@ -41,7 +41,7 @@ class CampaniaFrontController extends Controller {
//MODO DE PRUEBA
//print_r($htmlContent);
//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"], "terminosCondiciones" => $htmlContent["terminosCondiciones"]));
}
}
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