I assume you can create a theme and in the default.master.php have something like
$this->Menu->AddLink('SignOut', T('Sign Out'), $Authenticator->SignOutUrl(), FALSE, array('class' => 'NonTab SignOut'));
Take a look at existing themes for this. You should be able to do it via a plugin too, but I am not quite sure how.
Comments
$this->Menu->AddLink('SignOut', T('Sign Out'), $Authenticator->SignOutUrl(), FALSE, array('class' => 'NonTab SignOut'));
Take a look at existing themes for this. You should be able to do it via a plugin too, but I am not quite sure how.
/cd
Should be a good place to start;)
http://vanillaforums.org/discussion/12538/add-a-menu-item/p1