]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
recover password uses login menu
authorEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 20:19:00 +0000 (16:19 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 20:19:00 +0000 (16:19 -0400)
actions/recoverpassword.php

index 71f673bd3bd659cb0826efbe0fca0f0924ade9ea..47a947dc0c786dc77df89581262fdaf149f1830c 100644 (file)
@@ -440,4 +440,18 @@ class RecoverpasswordAction extends Action
         $this->success = true;
         $this->showPage();
     }
+
+    /**
+     * A local menu
+     *
+     * Shows different login/register actions.
+     *
+     * @return void
+     */
+
+    function showLocalNav()
+    {
+        $nav = new LoginGroupNav($this);
+        $nav->show();
+    }
 }