I want to add logout button at the top of page.How I can achive this.

Comments

ashiwebi’s picture

global $user;
if ($user->uid)
Logged in as: print l($user->name,'user/'.$user->uid); |
print l("logout","logout");