Is there a Drupal module that allows me to put my user account information at the top right corner?
|
|
|
|||
|
|
|
|
Logintoboggan has a "Logged in as xyz | Log out" block, but if you can put it in the header depends a bit on the theme you're using. Also, the admin menu module provides something similar, though only for admins. |
||
|
|
|
|
Write it yourself... it's not that hard... Just take the hook_block, read it's documentation and implement this in your module. I assume your site has a dedicated module. For more information read the hook_block documentation here: http://api.drupal.org/api/function/hook_block |
||
|
|
|
|
Note that since this is a "look" question, this is best handled at the theme layer:
|
||
|
|

