From 29b3f00a20458509f211d2eaf437ff66aea797e1 Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 26 Nov 2014 13:01:15 -0500 Subject: [PATCH] mejora en el foot y visualizacion, elimine la funcion que capitaliza los titulos en portal.php --- milfs/funciones/funciones.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 70837f9..b334418 100755 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -419,7 +419,8 @@ while( $row = mysql_fetch_array( $sql ) ) { $geo = buscar_campo_tipo($row[id],"14"); if($geo[0] !='') { $mapa= "";}else {$mapa='';} -$nombre = strtoupper("$row[nombre]"); +//$nombre = strtoupper("$row[nombre]"); +$nombre = $row[nombre]; $contenido_listado = contenido_listado("$row[id]"); if($row[nombre] =="Portada") { $nombre = '';