Where exactly do you want it added? In the main menu next to "discussions" and "activity", or above the discussion list next to "all discussions" and "bookmarked"?
Just add the following code in your theme where other menu items are added. Replacing the wordFriends with the page and pageurl $Sender->Menu->AddLink('Friends', Gdn::Translate('Friends'), '/friends', FALSE);
Comments
Replacing the wordFriends with the page and pageurl
$Sender->Menu->AddLink('Friends', Gdn::Translate('Friends'), '/friends', FALSE);
the tabs are known as menu items.