From acc8d873d39b81de4ecb6ff7aa27db16ae7201a7 Mon Sep 17 00:00:00 2001 From: humano Date: Fri, 26 Jun 2020 10:52:46 -0500 Subject: [PATCH] gestion de procesos --- funciones/funciones.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/funciones/funciones.php b/funciones/funciones.php index 54237e6..5782120 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -14149,8 +14149,11 @@ while( $row = mysqli_fetch_array( $sql ) ) { } +function contenido_lista($id,$plantilla){ +} + function contenido_parallax($id,$plantilla){ $div = "contenedor"; $orden_by = "ASC ";