menu
Código PHP:
Ver original<?php if(isset($_SESSION['MM_Username'])) { ?> <table width="auto" border="0" cellspacing="0">
<tr>
<td><table width="auto" border="0" cellspacing="0">
<tr>
<td><table width="auto" border="0" cellspacing="0">
<tr>
<td><img src="http://www.forosdelweb.com/images/icono_usuario.png" width="25" height="26"/></td>
<td>
<?php echo 'bienvenido'.$_SESSION['MM_Username'] ; ?></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><center><a href="index.php?seccion=welcome">Desconectar</a>
</center></td>
</tr>
</table>
</td>
</tr>
</table>
<?php }else{?>
<table width="100%" border="0" cellspacing="0">
<tr>
<td><a href="index.php?seccion=welcome">Inicio</a></td>
<td><a href="index.php?seccion=ingresar">Ingresar</a></td>
</tr>
</table>
<?php }?>