From 35bfd83d9dd932e1638cf9c84e1fa25b8e10b949 Mon Sep 17 00:00:00 2001 From: humano Date: Fri, 20 Mar 2015 18:03:46 -0500 Subject: [PATCH] =?UTF-8?q?Muestra=20im=C3=A1genes=20y=20mapas=20responsiv?= =?UTF-8?q?e=20en=20vista=20sin=20plantillas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 8d80ac4..1092208 100755 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -1279,7 +1279,7 @@ if (mysql_num_rows($sql)!='0'){ $contenido = $contenido[3]; //$contenido = Markdown($contenido); - if($campo_tipo=='15' AND $tipo==""){if($contenido !=""){$contenido = ""; }else{$contenido="";}} + if($campo_tipo=='15' AND $tipo==""){if($contenido !=""){$contenido = ""; }else{$contenido="";}} elseif($campo_tipo=='14'){ if($contenido !='') { @@ -1289,7 +1289,7 @@ if (mysql_num_rows($sql)!='0'){ $zoom = $campos[2]; $contenido = " - + "; } }