smarty get data from $globals

Lollipop

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