]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/mailbox.php
remove stray close div from empty search results doc bits
[quix0rs-gnu-social.git] / lib / mailbox.php
index 7faeb7dba3b0365d0ba856e10e5285c29b52a106..e9e4f78c6b07091486a1c95b7eec4720a2d6d380 100644 (file)
@@ -92,12 +92,6 @@ class MailboxAction extends CurrentUserDesignAction
         $this->showPage();
     }
 
-    function showLocalNav()
-    {
-        $nav = new PersonalGroupNav($this);
-        $nav->show();
-    }
-
     function showNoticeForm()
     {
         $message_form = new MessageForm($this);
@@ -168,4 +162,10 @@ class MailboxAction extends CurrentUserDesignAction
     {
          return true;
     }
+
+    function showObjectNav()
+    {
+        $mm = new MailboxMenu($this);
+        $mm->show();
+    }
 }