diff --git a/funciones/funciones.php b/funciones/funciones.php index 913dad0..e01e567 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13980,6 +13980,7 @@ if (mysqli_num_rows($sql)!='0'){ if($campo_tipo=='18'){ $contenido = "";} if($row['id_campo'] == $campo_interaccion){$clase_interaccion="warning";}else{ $clase_interaccion="";} $td .= "$contenido $col_checkeo_titulo"; + $contenido ="$td"; }else{ $td .= "$contenido $col_checkeo_td"; } @@ -14019,6 +14020,9 @@ elseif($tipo =="array") { //$array["title"]="hola mundos"; return $array; } +elseif($tipo =="titulos") { + return "$contenidoIdentificador"; + } else{ return $contenido; }