diff --git a/funciones/funciones.php b/funciones/funciones.php
index 82f9867..35cc1a6 100644
--- a/funciones/funciones.php
+++ b/funciones/funciones.php
@@ -6257,8 +6257,8 @@ if (mysqli_num_rows($sql)!='0'){
$href_2= "#cabecera#";
}
- $link .= "
";
+ }
+
//$link = "
Consultar ";
$imagen = buscar_imagen($row['id'],'','','');
$geo = buscar_campo_tipo($row['id'],"14");
@@ -7182,107 +7187,79 @@ mysqli_data_seek($sql, 0);
else{ $favorita="b$row[id]?registros=10";}
if($ultimo_mapa[0] !="") {
- $campos = explode(" ",$ultimo_mapa[0]);
+ $campos = explode(" ",$ultimo_mapa[0]);
$lat = $campos['0'];
@$lon = $campos['1'];
@$zoom = $campos['2'];
- if($error_token != 1) {
- $url_pin =urlencode("$_SESSION[site]milfs/images/iconos/pin.png");
- $miniatura = "
+ if($error_token != 1) {
+ $url_pin =urlencode("$_SESSION[site]milfs/images/iconos/pin.png");
+ $miniatura = "
-
-
";
- /* $miniatura = "
+
+
";
+ /* $miniatura = "
-
- ";*/
+
+ ";*/
- }else{ $miniatura ="
No se ha definido un token de mapbox
";}
+ }else{ $miniatura ="
No se ha definido un token de mapbox
";}
}
- //if($geo[0] !='') { $mapa= "
$miniatura Ver mapa ";}else {$mapa='';}
- if($geo[0] !='') { $mapa= "
Mapa";}else {$mapa='';}
- $descripcion_limpia = strip_tags($row['descripcion']);
- if($imagen !="") {
- $imagen ="
+ //if($geo[0] !='') { $mapa= "
$miniatura Ver mapa ";}else {$mapa='';}
+ if($geo[0] !='') { $mapa= "
Mapa";
+ }else {$mapa='';}
-
-
-
-
-
-
- ";
-}
+ $descripcion_limpia = strip_tags($row['descripcion']);
+ if($imagen !="") {
+ $imagen ="
+
+
+
+
+
+
+
+ ";
+ }
$contenido ="
-
-
$descripcion_limpia
";
// if ( $fila%2==0){
-if($llenar[0] !="0") {$boton_agregar ="
Agregar
";}
- else{$boton_agregar = "";}
-if($ver_data[0] !="0") {$boton_ver_data ="
OpenData ";}
- else{$boton_ver_data = "";}
+ if($llenar[0] !="0") {$boton_agregar ="
Agregar
";}
+ else{$boton_agregar = "";}
+ if($ver_data[0] !="0") {$boton_ver_data ="
OpenData ";}
+ else{$boton_ver_data = "";}
if($mostrar[0] !="0") {
//// PRIVACIDAD
$publico = remplacetas('form_id','id',"$row[id]",'publico',"") ;
/// PRIVACIDAD
-if($publico[0] =='1') {
- $linea .= "
-
-
-
- ";
- }else{
- if($llenar[0] !="0"){
- $linea .="
-
- ";}
-
- }
- }else {
-
- $linea .=" ";}
+ if($publico[0] =='1')
+ { $contenido=$contenido;}
+ else{ $contenido="";}
+ }
+ else {
+ $contenido ="";
+ }
$fila++;
+ if($contenido ==""){
+$echo .= "";
+
+ }else{
+$echo .= "
$contenido
";
+$i++;
+}
+ if($i%$divider==0){
+//aquí escribimos el cierre de el bloque
+ $echo .= "
+
";
+ }
}
}
$linea ="
@@ -7291,7 +7268,7 @@ if($publico[0] =='1') {
$linea
";
-return "$echo $linea";
+return "$echo";
}
function buscar_imagen($form,$control,$tipo,$empresa) {