diff --git a/index.php b/index.php index ebf33dd..1d01c21 100755 --- a/index.php +++ b/index.php @@ -161,14 +161,14 @@ if ($variable !=''){ $set =$v[1]; /// s= SET DE DATOS $embebido = "1"; - $onload = "".consultar_contenido_formulario("$set",'5','','embebido','').""; + $onload = "".consultar_contenido_formulario("$set",'5','','embebido','',"$plantilla").""; } elseif($v[0] =='l') { $set =$v[1]; /// s= SET DE DATOS $embebido = "1"; - $onload = "".consultar_contenido_formulario("$set",'','','listado','').""; + $onload = "".consultar_contenido_formulario("$set",'',"",'listado','',"$plantilla").""; } elseif($v[0] =='I') {