Return to Snippet

Revision: 24040
at February 19, 2010 07:09 by humanoid


Initial Code
<?php  global $user; ?>

<div id="portal-login">
  <p><?php print l($user->name,'user/'.$user->uid); ?>, Sie sind angemeldet.<br />
    <b><?php print l("logout","logout"); ?></b></p>
</div>

Initial URL


Initial Description


Initial Title
Drupal 6 custom logged in block

Initial Tags
drupal

Initial Language
PHP