If have used {debug} to see what data i can access in a page. Now the stuff i need sit's in {$GLOBALS} like
current_user => Array (17)
id => 3759
user_name => bla
email => [email protected]
group => Array (2)
id => users
caption => Users
But how to i get the data i need to show on my page? Like the e-mail adress?