X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnav.php;h=4c75a495b3925d1ee0fe0153e5e983535d93a675;hb=53590d216691a572ede5e30dbc631a6cd0669c41;hp=f7165fd0dbe6b2b7303021757b9a92b0d48ad882;hpb=eeec29c6be2429ea38ab258591200e0178886a25;p=friendica.git diff --git a/include/nav.php b/include/nav.php index f7165fd0db..4c75a495b3 100644 --- a/include/nav.php +++ b/include/nav.php @@ -180,9 +180,11 @@ function nav_set_selected($item){ 'introductions' => null, 'notifications' => null, 'messages' => null, - 'directory' => null, + 'directory' => null, 'settings' => null, 'contacts' => null, + 'manage' => null, + 'register' => null, ); $a->nav_sel[$item] = 'selected'; }