1
0
Fork 0

Cambia el nombre del form Portada por el icono home

This commit is contained in:
humano 2014-11-25 09:08:36 -05:00
parent 1d90a168f2
commit f0d43e1075
1 changed files with 2 additions and 0 deletions

View File

@ -421,6 +421,8 @@ while( $row = mysql_fetch_array( $sql ) ) {
$nombre = strtoupper("$row[nombre]");
$contenido_listado = contenido_listado("$row[id]");
if($row[nombre] =="Portada") {
$nombre = '<i class="fa fa-home"></i>';}
if($row[nombre] =='Agenda') {
$resultado_nav .= "<li class='dropdown' >
<a href='#' onclick=\"xajax_contenido_timeline('$row[id]');\" class='dropdown-toggle' data-toggle=''> $nombre </a>