From 24f3c99f6a4fd4c77371743c9277d596e14888e3 Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Mon, 4 Sep 2017 12:16:49 -0500 Subject: [PATCH] llamar plantillas por uri en index con la vista a --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 298f697..66708e8 100755 --- a/index.php +++ b/index.php @@ -270,7 +270,7 @@ if ($variable !=''){ $empresa = remplacetas('form_id','id',$form,'id_empresa',"") ; $razon_social_portal = remplacetas('empresa','id',"1",'razon_social','') ; $id_empresa = $empresa[0]; - $registros = consultar_contenido_formulario("$form",'5','','embebido',''); + $registros = consultar_contenido_formulario("$form",'5','','embebido','',"$plantilla"); $formulario = formulario_embebido($form,$opciones); $titulo = remplacetas('form_id','id',$form,'nombre',"") ; $razon_social = remplacetas('empresa','id',"$id_empresa",'razon_social','') ;