Is there a Drupal module to display the user name in a block, when he is logged in ?
thanks
Block Body:
<? global $user; print $user->name; ?>