0 )
$url = trim($lista[0]);
if ( $n_lista > 1 )
$textoenlace = trim($lista[1]);
if ( $n_lista > 2 )
$imgenlace = trim($lista[2]);
if ( $n_lista > 3 )
$descrip = $lista[3];
if ( ! empty($url) ) {
if ( empty($imgenlace) && empty($textoenlace) ) $textoenlace=$url;
echo '
';
if ( ! empty($imgenlace) )
echo ' ';
echo $textoenlace.': ';
$fila =''.$descrip.'
';
echo $fila;
}
}
}
?>