Advertisement
Guest User

Untitled

a guest
Mar 25th, 2012
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <?php else: // Cas où l'utilisateur est connecté ?>
  2. <div class="top">
  3. <?php echo _WELCOME; ?> <strong><?php echo $GLOBALS['user'][2]; ?></strong>
  4. -
  5. <a href="index.php?file=User&amp;nuked_nude=index&amp;op=logout">d&eacute;connexion</a>
  6. -
  7. <a href="index.php?file=Userbox">
  8. <strong><?php echo $GLOBALS['user'][5]; ?></strong>
  9. <img class="reset" src="<?php echo dF_skin_rpath; ?>images/icones/login-mp.jpg" alt="messages" />
  10. </a>
  11. </div>
  12.  
  13. <div class="bottom">
  14. <?php if ($GLOBALS['user'][1] == 1): ?>
  15. <a href="index.php?file=User">Mon compte</a>
  16. <?php else: ?>
  17. <a href="index.php?file=User"><?php echo _ACCOUNT; ?></a>
  18. -
  19. <a href="index.php?file=Admin"><?php echo _ADMIN; ?></a>
  20. <?php endif; ?>
  21.  
  22. </div><?php echo $avatar['user'][0]; ?><img src=\"" . $avatar . "\" alt=\"\" style="position: relative;top: 10px;left: 150px;;max-width:100px;max-height:100px;"/>
  23.  
  24.  
  25. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement