From 4ffa9517fffc7c385a8362f142582c842b3b8f2b Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 30 Oct 2017 11:04:27 -0500 Subject: [PATCH] implementacion de carga dinamica de imagenes con lazy loading --- milfs/funciones/funciones.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index f75cefa..dd5fe65 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -11061,7 +11061,7 @@ if (mysqli_num_rows($sql)!='0'){ if($imagen[3] != null AND $tipo !='titulos') { $array[image]=$imagen; $imagen_icon="secure/?file=150/$imagen"; - $imagen= "$imagen"; + $imagen= "$imagen"; $td .= "$imagen"; }else {$imagen='';} @@ -11120,7 +11120,7 @@ $td .= "$imagen"; $url_pin =urlencode("$_SESSION[site]milfs/images/iconos/pin.png"); //http://staticmap.openstreetmap.de/staticmap.php?center=40.714728,-73.998672&zoom=14&size=865x512&maptype=mapnik $contenido = " - + "; } else { $contenido ='';}