Código PHP:
<?php
echo $username;
echo " ";
echo "<a href='".$phpbb_url_path."ucp.php'><img src='".$phpbb_url_path."/download/file.php?avatar=".$link."' border='0' width='".$width."' height='".$height."'
alt='Avatar' /></a>";
echo " ";
echo "<a href=" . $phpbb_url_path . 'ucp.php?mode=logout' . '&sid=' . $user->data['session_id'] . " target='_self'><font color='red'>Salir</font></a>";
?>